#2e6aca

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

Shades of Cerulean Blue #2E6ACA

Tints of Cerulean Blue #2E6ACA

Color information

#2E6ACA (or 0x2E6ACA) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 6A and CA. RGB value is (46,106,202). Sum of RGB (Red+Green+Blue) = 46+106+202=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E6ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ACA is #D19535. Grayscale: #626262. Windows color (decimal): -13735222 or 13265454. OLE color: 13265454.

HSL color Cylindrical-coordinate representation of color #2E6ACA: hue angle of 216.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6ACA is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46106202-
CMYK0.770.4800.21
HSL216.92º62.9%48.63%-
HSV(B)216.92º77.23%79.22%-
XYZ16.9415.1557.91-
YUV99186.1290.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 202 (79.30% from 255) = 57.06%
R=12.99%
G=29.94%
B=57.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461062020.770.4800.21216.9262.948.63
Hex2E6ACA4D30015d93f31
Octal56152312115600253317761
Binary101110110101011001010100110111000001010111011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6aca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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