Html Css Color HEX #234DA2 Cerulean Blue

📋 copy color: '#234DA2'

red 35 ◦ green 77 ◦ blue 162

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

Shades of Cerulean Blue #234DA2

Tints of Cerulean Blue #234DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

 BLUE value IS 162 (63.67% from 255) = 59.12%

R = 12.77%
G = 28.1%
B = 59.12%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#234DA2 (or 0x234DA2) is known color: Cerulean Blue. HEX triplet: 23, 4D and A2. RGB value is (35,77,162). Sum of RGB (Red+Green+Blue) = 35+77+162=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #234DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234DA2 is #DCB25D. Grayscale: #494949. Windows color (decimal): -14463582 or 10636579. OLE color: 10636579.

HSL color Cylindrical-coordinate representation of color #234DA2: hue angle of 220.16º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234DA2 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 77 162 -
CMYK 0.78 0.52 0 0.36
HSL 220.16º 0.64% 0.39% -
HSV(B) 220.16º 0.78% 0.64% -
XYZ 9.87 8.27 35.26 -
YUV 74.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 35 77 162 0.78 0.52 0 0.36 220.16 0.64 0.39
Hex 23 4D A2 4E 34 0 24 DC 40 27
Octal 43 115 242 116 64 0 44 334 100 47
Binary 100011 1001101 10100010 1001110 110100 0 100100 11011100 1000000 100111

Color Harmonies of #234DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234DA2

Black with #234DA2

Text Example


Text Example

White with #234DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,77,162); }

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

background-color css

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

 a { background-color: rgb(35,77,162); }

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

border-color css

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

 span { border-color: rgb(35,77,162); }

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