#2E4BC4

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

Shades of Cerulean Blue #2E4BC4

Tints of Cerulean Blue #2E4BC4

Color information

#2E4BC4 (or 0x2E4BC4) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 4B and C4. RGB value is (46,75,196). Sum of RGB (Red+Green+Blue) = 46+75+196=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 196 (76.95% from 255 or 61.83% from 317); Max value from RGB is 196 - color contains mainly: blue. Hex color #2E4BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4BC4 is #D1B43B. Grayscale: #4F4F4F. Windows color (decimal): -13743164 or 12864302. OLE color: 12864302.

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

Color convert

RGB4675196-
CMYK0.770.6200.23
HSL228.4º61.98%47.45%-
HSV(B)228.4º76.53%76.86%-
XYZ13.619.653.36-
YUV80.12193.39103.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 196 (76.95% from 255) = 61.83%
R=14.51%
G=23.66%
B=61.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46751960.770.6200.23228.461.9847.45
Hex2E4BC44D3E017e43e2f
Octal56113304115760273447657
Binary101110100101111000100100110111111001011111100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,75,196); }

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

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

 a { background-color: rgb(46,75,196); }

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

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

 span { border-color: rgb(46,75,196); }

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