Html Css Color HEX #224471 Catalina Blue

📋 copy color: '#224471'

red 34 ◦ green 68 ◦ blue 113

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

Shades of Catalina Blue #224471

Tints of Catalina Blue #224471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 15.81%
G = 31.63%
B = 52.56%

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

#224471 (or 0x224471) is known color: Catalina Blue. HEX triplet: 22, 44 and 71. RGB value is (34,68,113). Sum of RGB (Red+Green+Blue) = 34+68+113=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #224471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224471 is #DDBB8E. Grayscale: #3E3E3E. Windows color (decimal): -14531471 or 7423010. OLE color: 7423010.

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

Color convert

RGB 34 68 113 -
CMYK 0.70 0.40 0 0.56
HSL 214.18º 0.54% 0.29% -
HSV(B) 214.18º 0.7% 0.44% -
XYZ 5.71 5.67 16.42 -
YUV 62.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 34 68 113 0.70 0.40 0 0.56 214.18 0.54 0.29
Hex 22 44 71 46 28 0 38 D6 36 1D
Octal 42 104 161 106 50 0 70 326 66 35
Binary 100010 1000100 1110001 1000110 101000 0 111000 11010110 110110 11101

Color Harmonies of #224471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224471

Black with #224471

Text Example


Text Example

White with #224471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224471; }

 p { color: rgb(34,68,113); }

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

background-color css

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

 a { background-color: rgb(34,68,113); }

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

border-color css

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

 span { border-color: rgb(34,68,113); }

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