Html Css Color HEX #234BAA Cerulean Blue

📋 copy color: '#234BAA'

red 35 ◦ green 75 ◦ blue 170

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

Shades of Cerulean Blue #234BAA

Tints of Cerulean Blue #234BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 12.5%
G = 26.79%
B = 60.71%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#234BAA (or 0x234BAA) is known color: Cerulean Blue. HEX triplet: 23, 4B and AA. RGB value is (35,75,170). Sum of RGB (Red+Green+Blue) = 35+75+170=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #234BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234BAA is #DCB455. Grayscale: #494949. Windows color (decimal): -14464086 or 11160355. OLE color: 11160355.

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

Color convert

RGB 35 75 170 -
CMYK 0.79 0.56 0 0.33
HSL 222.22º 0.66% 0.4% -
HSV(B) 222.22º 0.79% 0.67% -
XYZ 10.46 8.29 39.08 -
YUV 73.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 35 75 170 0.79 0.56 0 0.33 222.22 0.66 0.4
Hex 23 4B AA 4F 38 0 21 DE 42 28
Octal 43 113 252 117 70 0 41 336 102 50
Binary 100011 1001011 10101010 1001111 111000 0 100001 11011110 1000010 101000

Color Harmonies of #234BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234BAA

Black with #234BAA

Text Example


Text Example

White with #234BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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