Html Css Color HEX #224169 Catalina Blue

📋 copy color: '#224169'

red 34 ◦ green 65 ◦ blue 105

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

Shades of Catalina Blue #224169

Tints of Catalina Blue #224169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.86%

 BLUE value IS 105 (41.41% from 255) = 51.47%

R = 16.67%
G = 31.86%
B = 51.47%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224169 (or 0x224169) is known color: Catalina Blue. HEX triplet: 22, 41 and 69. RGB value is (34,65,105). Sum of RGB (Red+Green+Blue) = 34+65+105=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #224169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224169 is #DDBE96. Grayscale: #3C3C3C. Windows color (decimal): -14532247 or 6897954. OLE color: 6897954.

HSL color Cylindrical-coordinate representation of color #224169: hue angle of 213.8º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224169 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 65 105 -
CMYK 0.68 0.38 0 0.59
HSL 213.8º 0.51% 0.27% -
HSV(B) 213.8º 0.68% 0.41% -
XYZ 5.1 5.14 14.09 -
YUV 60.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 34 65 105 0.68 0.38 0 0.59 213.8 0.51 0.27
Hex 22 41 69 44 26 0 3B D6 33 1B
Octal 42 101 151 104 46 0 73 326 63 33
Binary 100010 1000001 1101001 1000100 100110 0 111011 11010110 110011 11011

Color Harmonies of #224169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224169

Black with #224169

Text Example


Text Example

White with #224169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224169; }

 p { color: rgb(34,65,105); }

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

background-color css

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

 a { background-color: rgb(34,65,105); }

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

border-color css

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

 span { border-color: rgb(34,65,105); }

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