#2e6ac3

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

Shades of Cerulean Blue #2E6AC3

Tints of Cerulean Blue #2E6AC3

Color information

#2E6AC3 (or 0x2E6AC3) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 6A and C3. RGB value is (46,106,195). Sum of RGB (Red+Green+Blue) = 46+106+195=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E6AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6AC3 is #D1953C. Grayscale: #616161. Windows color (decimal): -13735229 or 12806702. OLE color: 12806702.

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

Color convert

RGB46106195-
CMYK0.760.4600.24
HSL215.84º61.83%47.25%-
HSV(B)215.84º76.41%76.47%-
XYZ16.1314.8353.64-
YUV98.21182.6290.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.26%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 195 (76.56% from 255) = 56.20%
R=13.26%
G=30.55%
B=56.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461061950.760.4600.24215.8461.8347.25
Hex2E6AC34C2E018d83e2f
Octal56152303114560303307657
Binary101110110101011000011100110010111001100011011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,195); }

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

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

 a { background-color: rgb(46,106,195); }

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

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

 span { border-color: rgb(46,106,195); }

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