Html Css Color HEX #234BAB Cerulean Blue

📋 copy color: '#234BAB'

red 35 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #234BAB

Tints of Cerulean Blue #234BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 12.46%
G = 26.69%
B = 60.85%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234BAB (or 0x234BAB) is known color: Cerulean Blue. HEX triplet: 23, 4B and AB. RGB value is (35,75,171). Sum of RGB (Red+Green+Blue) = 35+75+171=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #234BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BAB is #DCB454. Grayscale: #494949. Windows color (decimal): -14464085 or 11225891. OLE color: 11225891.

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

Color convert

RGB 35 75 171 -
CMYK 0.80 0.56 0 0.33
HSL 222.35º 0.66% 0.4% -
HSV(B) 222.35º 0.8% 0.67% -
XYZ 10.56 8.33 39.58 -
YUV 73.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 35 75 171 0.80 0.56 0 0.33 222.35 0.66 0.4
Hex 23 4B AB 50 38 0 21 DE 42 28
Octal 43 113 253 120 70 0 41 336 102 50
Binary 100011 1001011 10101011 1010000 111000 0 100001 11011110 1000010 101000

Color Harmonies of #234BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BAB

Black with #234BAB

Text Example


Text Example

White with #234BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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