Html Css Color HEX #234BA8 Cerulean Blue

📋 copy color: '#234BA8'

red 35 ◦ green 75 ◦ blue 168

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

Shades of Cerulean Blue #234BA8

Tints of Cerulean Blue #234BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

 BLUE value IS 168 (66.02% from 255) = 60.43%

R = 12.59%
G = 26.98%
B = 60.43%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#234BA8 (or 0x234BA8) is known color: Cerulean Blue. HEX triplet: 23, 4B and A8. RGB value is (35,75,168). Sum of RGB (Red+Green+Blue) = 35+75+168=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #234BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BA8 is #DCB457. Grayscale: #494949. Windows color (decimal): -14464088 or 11029283. OLE color: 11029283.

HSL color Cylindrical-coordinate representation of color #234BA8: hue angle of 221.95º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234BA8 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 35 75 168 -
CMYK 0.79 0.55 0 0.34
HSL 221.95º 0.66% 0.4% -
HSV(B) 221.95º 0.79% 0.66% -
XYZ 10.28 8.22 38.09 -
YUV 73.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 35 75 168 0.79 0.55 0 0.34 221.95 0.66 0.4
Hex 23 4B A8 4F 37 0 22 DE 42 28
Octal 43 113 250 117 67 0 42 336 102 50
Binary 100011 1001011 10101000 1001111 110111 0 100010 11011110 1000010 101000

Color Harmonies of #234BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BA8

Black with #234BA8

Text Example


Text Example

White with #234BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,75,168); }

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

background-color css

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

 a { background-color: rgb(35,75,168); }

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

border-color css

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

 span { border-color: rgb(35,75,168); }

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