Html Css Color HEX #224069 Catalina Blue

📋 copy color: '#224069'

red 34 ◦ green 64 ◦ blue 105

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

Shades of Catalina Blue #224069

Tints of Catalina Blue #224069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 16.75%
G = 31.53%
B = 51.72%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224069 (or 0x224069) is known color: Catalina Blue. HEX triplet: 22, 40 and 69. RGB value is (34,64,105). Sum of RGB (Red+Green+Blue) = 34+64+105=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #224069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224069 is #DDBF96. Grayscale: #3B3B3B. Windows color (decimal): -14532503 or 6897698. OLE color: 6897698.

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

Color convert

RGB 34 64 105 -
CMYK 0.68 0.39 0 0.59
HSL 214.65º 0.51% 0.27% -
HSV(B) 214.65º 0.68% 0.41% -
XYZ 5.04 5.03 14.07 -
YUV 59.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 34 64 105 0.68 0.39 0 0.59 214.65 0.51 0.27
Hex 22 40 69 44 27 0 3B D7 33 1B
Octal 42 100 151 104 47 0 73 327 63 33
Binary 100010 1000000 1101001 1000100 100111 0 111011 11010111 110011 11011

Color Harmonies of #224069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224069

Black with #224069

Text Example


Text Example

White with #224069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224069; }

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

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

background-color css

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

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

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

border-color css

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

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

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