Html Css Color HEX #224370 Catalina Blue

📋 copy color: '#224370'

red 34 ◦ green 67 ◦ blue 112

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

Shades of Catalina Blue #224370

Tints of Catalina Blue #224370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 15.96%
G = 31.46%
B = 52.58%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#224370 (or 0x224370) is known color: Catalina Blue. HEX triplet: 22, 43 and 70. RGB value is (34,67,112). Sum of RGB (Red+Green+Blue) = 34+67+112=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #224370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224370 is #DDBC8F. Grayscale: #3E3E3E. Windows color (decimal): -14531728 or 7357218. OLE color: 7357218.

HSL color Cylindrical-coordinate representation of color #224370: hue angle of 214.62º 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 #224370 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 67 112 -
CMYK 0.70 0.40 0 0.56
HSL 214.62º 0.53% 0.29% -
HSV(B) 214.62º 0.7% 0.44% -
XYZ 5.59 5.52 16.1 -
YUV 62.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 34 67 112 0.70 0.40 0 0.56 214.62 0.53 0.29
Hex 22 43 70 46 28 0 38 D7 35 1D
Octal 42 103 160 106 50 0 70 327 65 35
Binary 100010 1000011 1110000 1000110 101000 0 111000 11010111 110101 11101

Color Harmonies of #224370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224370

Black with #224370

Text Example


Text Example

White with #224370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224370; }

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

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

background-color css

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

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

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

border-color css

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

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

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