#2E66BF

Color #2E66BF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2E66BF

Tints of Cerulean Blue #2E66BF

Color information

#2E66BF (or 0x2E66BF) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 66 and BF. RGB value is (46,102,191). Sum of RGB (Red+Green+Blue) = 46+102+191=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E66BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66BF is #D19940. Grayscale: #5E5E5E. Windows color (decimal): -13736257 or 12543534. OLE color: 12543534.

HSL color Cylindrical-coordinate representation of color #2E66BF: hue angle of 216.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E66BF is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46102191-
CMYK0.760.4700.25
HSL216.83º61.18%46.47%-
HSV(B)216.83º75.92%74.9%-
XYZ15.2813.8551.16-
YUV95.4181.9592.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 13.57%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 191 (75% from 255) = 56.34%
R=13.57%
G=30.09%
B=56.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461021910.760.4700.25216.8361.1846.47
Hex2E66BF4C2F019d93d2e
Octal56146277114570313317556
Binary101110110011010111111100110010111101100111011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E66BF; }

 p { color: rgb(46,102,191); }

 H1.HeaderClassName
 {
   color: #2E66BF;
 }
 .AnyTagClassName
 {
   color: #2E66BF;
 }
</style>
background-color css

<style>
 a { background-color: #2E66BF; }

 a { background-color: rgb(46,102,191); }

 div.DivClassName
 {
   background-color: #2E66BF;
 }
 .BgClassName
 {
   background-color: #2E66BF;
 }
</style>
border-color css

<style>
 span { border-color: #2E66BF; }

 span { border-color: rgb(46,102,191); }

 td.TdClassName
 {
   border-color: #2E66BF;
 }
 .TagClassName
 {
   border-color: #2E66BF;
 }
</style>