Html Css Color HEX #224267 Catalina Blue

📋 copy color: '#224267'

red 34 ◦ green 66 ◦ blue 103

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

Shades of Catalina Blue #224267

Tints of Catalina Blue #224267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 16.75%
G = 32.51%
B = 50.74%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#224267 (or 0x224267) is known color: Catalina Blue. HEX triplet: 22, 42 and 67. RGB value is (34,66,103). Sum of RGB (Red+Green+Blue) = 34+66+103=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #224267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224267 is #DDBD98. Grayscale: #3C3C3C. Windows color (decimal): -14531993 or 6767138. OLE color: 6767138.

HSL color Cylindrical-coordinate representation of color #224267: hue angle of 212.17º 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 #224267 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 66 103 -
CMYK 0.67 0.36 0 0.60
HSL 212.17º 0.5% 0.27% -
HSV(B) 212.17º 0.67% 0.4% -
XYZ 5.06 5.22 13.57 -
YUV 60.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 34 66 103 0.67 0.36 0 0.60 212.17 0.5 0.27
Hex 22 42 67 43 24 0 3C D4 32 1B
Octal 42 102 147 103 44 0 74 324 62 33
Binary 100010 1000010 1100111 1000011 100100 0 111100 11010100 110010 11011

Color Harmonies of #224267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224267

Black with #224267

Text Example


Text Example

White with #224267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224267; }

 p { color: rgb(34,66,103); }

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

background-color css

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

 a { background-color: rgb(34,66,103); }

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

border-color css

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

 span { border-color: rgb(34,66,103); }

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