Html Css Color HEX #224469 Catalina Blue

📋 copy color: '#224469'

red 34 ◦ green 68 ◦ blue 105

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

Shades of Catalina Blue #224469

Tints of Catalina Blue #224469

RGB

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

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

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

R = 16.43%
G = 32.85%
B = 50.72%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224469 (or 0x224469) is known color: Catalina Blue. HEX triplet: 22, 44 and 69. RGB value is (34,68,105). Sum of RGB (Red+Green+Blue) = 34+68+105=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #224469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224469 is #DDBB96. Grayscale: #3D3D3D. Windows color (decimal): -14531479 or 6898722. OLE color: 6898722.

HSL color Cylindrical-coordinate representation of color #224469: hue angle of 211.27º 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 #224469 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 68 105 -
CMYK 0.68 0.35 0 0.59
HSL 211.27º 0.51% 0.27% -
HSV(B) 211.27º 0.68% 0.41% -
XYZ 5.28 5.49 14.15 -
YUV 62.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 34 68 105 0.68 0.35 0 0.59 211.27 0.51 0.27
Hex 22 44 69 44 23 0 3B D3 33 1B
Octal 42 104 151 104 43 0 73 323 63 33
Binary 100010 1000100 1101001 1000100 100011 0 111011 11010011 110011 11011

Color Harmonies of #224469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224469

Black with #224469

Text Example


Text Example

White with #224469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224469; }

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

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

background-color css

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

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

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

border-color css

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

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

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