Html Css Color HEX #224066 Catalina Blue

📋 copy color: '#224066'

red 34 ◦ green 64 ◦ blue 102

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

Shades of Catalina Blue #224066

Tints of Catalina Blue #224066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51%

R = 17%
G = 32%
B = 51%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#224066 (or 0x224066) is known color: Catalina Blue. HEX triplet: 22, 40 and 66. RGB value is (34,64,102). Sum of RGB (Red+Green+Blue) = 34+64+102=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #224066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224066 is #DDBF99. Grayscale: #3B3B3B. Windows color (decimal): -14532506 or 6701090. OLE color: 6701090.

HSL color Cylindrical-coordinate representation of color #224066: hue angle of 213.53º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224066 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 64 102 -
CMYK 0.67 0.37 0 0.6
HSL 213.53º 0.5% 0.27% -
HSV(B) 213.53º 0.67% 0.4% -
XYZ 4.89 4.97 13.27 -
YUV 59.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 34 64 102 0.67 0.37 0 0.6 213.53 0.5 0.27
Hex 22 40 66 43 25 0 3C D6 32 1B
Octal 42 100 146 103 45 0 74 326 62 33
Binary 100010 1000000 1100110 1000011 100101 0 111100 11010110 110010 11011

Color Harmonies of #224066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224066

Black with #224066

Text Example


Text Example

White with #224066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224066; }

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

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

background-color css

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

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

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

border-color css

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

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

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