Html Css Color HEX #234EAC Cerulean Blue

📋 copy color: '#234EAC'

red 35 ◦ green 78 ◦ blue 172

#234EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #234EAC

Tints of Cerulean Blue #234EAC

RGB

 RED value IS 35 (14.06% from 255) = 12.28%

 GREEN value IS 78 (30.86% from 255) = 27.37%

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 12.28%
G = 27.37%
B = 60.35%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234EAC (or 0x234EAC) is known color: Cerulean Blue. HEX triplet: 23, 4E and AC. RGB value is (35,78,172). Sum of RGB (Red+Green+Blue) = 35+78+172=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #234EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234EAC is #DCB153. Grayscale: #4B4B4B. Windows color (decimal): -14463316 or 11292195. OLE color: 11292195.

HSL color Cylindrical-coordinate representation of color #234EAC: hue angle of 221.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #234EAC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 78 172 -
CMYK 0.80 0.55 0 0.33
HSL 221.17º 0.66% 0.41% -
HSV(B) 221.17º 0.8% 0.67% -
XYZ 10.86 8.78 40.15 -
YUV 75.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 35 78 172 0.80 0.55 0 0.33 221.17 0.66 0.41
Hex 23 4E AC 50 37 0 21 DD 42 29
Octal 43 116 254 120 67 0 41 335 102 51
Binary 100011 1001110 10101100 1010000 110111 0 100001 11011101 1000010 101001

Color Harmonies of #234EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EAC

Black with #234EAC

Text Example


Text Example

White with #234EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234EAC; }

 p { color: rgb(35,78,172); }

 H1.HeaderClassName
 {
   color: #234EAC;
 }
 .AnyTagClassName
 {
   color: #234EAC;
 }
</style>

background-color css

<style>
 a { background-color: #234EAC; }

 a { background-color: rgb(35,78,172); }

 div.DivClassName
 {
   background-color: #234EAC;
 }
 .BgClassName
 {
   background-color: #234EAC;
 }
</style>

border-color css

<style>
 span { border-color: #234EAC; }

 span { border-color: rgb(35,78,172); }

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