Html Css Color HEX #224BA4 Cerulean Blue

📋 copy color: '#224BA4'

red 34 ◦ green 75 ◦ blue 164

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

Shades of Cerulean Blue #224BA4

Tints of Cerulean Blue #224BA4

RGB

 RED value IS 34 (13.67% from 255) = 12.45%

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

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 12.45%
G = 27.47%
B = 60.07%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#224BA4 (or 0x224BA4) is known color: Cerulean Blue. HEX triplet: 22, 4B and A4. RGB value is (34,75,164). Sum of RGB (Red+Green+Blue) = 34+75+164=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #224BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BA4 is #DDB45B. Grayscale: #484848. Windows color (decimal): -14529628 or 10767138. OLE color: 10767138.

HSL color Cylindrical-coordinate representation of color #224BA4: hue angle of 221.08º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224BA4 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 75 164 -
CMYK 0.79 0.54 0 0.36
HSL 221.08º 0.66% 0.39% -
HSV(B) 221.08º 0.79% 0.64% -
XYZ 9.88 8.05 36.16 -
YUV 72.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 34 75 164 0.79 0.54 0 0.36 221.08 0.66 0.39
Hex 22 4B A4 4F 36 0 24 DD 42 27
Octal 42 113 244 117 66 0 44 335 102 47
Binary 100010 1001011 10100100 1001111 110110 0 100100 11011101 1000010 100111

Color Harmonies of #224BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BA4

Black with #224BA4

Text Example


Text Example

White with #224BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224BA4; }

 p { color: rgb(34,75,164); }

 H1.HeaderClassName
 {
   color: #224BA4;
 }
 .AnyTagClassName
 {
   color: #224BA4;
 }
</style>

background-color css

<style>
 a { background-color: #224BA4; }

 a { background-color: rgb(34,75,164); }

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

border-color css

<style>
 span { border-color: #224BA4; }

 span { border-color: rgb(34,75,164); }

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