Html Css Color HEX #224CAF Cerulean Blue

📋 copy color: '#224CAF'

red 34 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #224CAF

Tints of Cerulean Blue #224CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 11.93%
G = 26.67%
B = 61.4%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#224CAF (or 0x224CAF) is known color: Cerulean Blue. HEX triplet: 22, 4C and AF. RGB value is (34,76,175). Sum of RGB (Red+Green+Blue) = 34+76+175=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #224CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CAF is #DDB350. Grayscale: #4A4A4A. Windows color (decimal): -14529361 or 11488290. OLE color: 11488290.

HSL color Cylindrical-coordinate representation of color #224CAF: hue angle of 222.13º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #224CAF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 76 175 -
CMYK 0.81 0.57 0 0.31
HSL 222.13º 0.67% 0.41% -
HSV(B) 222.13º 0.81% 0.69% -
XYZ 10.98 8.6 41.64 -
YUV 74.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 34 76 175 0.81 0.57 0 0.31 222.13 0.67 0.41
Hex 22 4C AF 51 39 0 1F DE 43 29
Octal 42 114 257 121 71 0 37 336 103 51
Binary 100010 1001100 10101111 1010001 111001 0 11111 11011110 1000011 101001

Color Harmonies of #224CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CAF

Black with #224CAF

Text Example


Text Example

White with #224CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,76,175); }

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

background-color css

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

 a { background-color: rgb(34,76,175); }

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

border-color css

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

 span { border-color: rgb(34,76,175); }

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