Html Css Color HEX #224270 Catalina Blue

📋 copy color: '#224270'

red 34 ◦ green 66 ◦ blue 112

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

Shades of Catalina Blue #224270

Tints of Catalina Blue #224270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 16.04%
G = 31.13%
B = 52.83%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224270 (or 0x224270) is known color: Catalina Blue. HEX triplet: 22, 42 and 70. RGB value is (34,66,112). Sum of RGB (Red+Green+Blue) = 34+66+112=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #224270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224270 is #DDBD8F. Grayscale: #3D3D3D. Windows color (decimal): -14531984 or 7356962. OLE color: 7356962.

HSL color Cylindrical-coordinate representation of color #224270: hue angle of 215.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224270 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 66 112 -
CMYK 0.70 0.41 0 0.56
HSL 215.38º 0.53% 0.29% -
HSV(B) 215.38º 0.7% 0.44% -
XYZ 5.53 5.41 16.08 -
YUV 61.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 34 66 112 0.70 0.41 0 0.56 215.38 0.53 0.29
Hex 22 42 70 46 29 0 38 D7 35 1D
Octal 42 102 160 106 51 0 70 327 65 35
Binary 100010 1000010 1110000 1000110 101001 0 111000 11010111 110101 11101

Color Harmonies of #224270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224270

Black with #224270

Text Example


Text Example

White with #224270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224270; }

 p { color: rgb(34,66,112); }

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

background-color css

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

 a { background-color: rgb(34,66,112); }

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

border-color css

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

 span { border-color: rgb(34,66,112); }

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