#224367

Color #224367 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #224367

Tints of Catalina Blue #224367

Color information

#224367 (or 0x224367) is unknown color: approx Catalina Blue. HEX triplet: 22, 43 and 67. RGB value is (34,67,103). Sum of RGB (Red+Green+Blue) = 34+67+103=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #224367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224367 is #DDBC98. Grayscale: #3D3D3D. Windows color (decimal): -14531737 or 6767394. OLE color: 6767394.

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

Color convert

RGB3467103-
CMYK0.670.3500.60
HSL211.3º50.36%26.86%-
HSV(B)211.3º66.99%40.39%-
XYZ5.125.3313.59-
YUV61.24151.57108.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=16.67%
G=32.84%
B=50.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34671030.670.3500.60211.350.3626.86
Hex224367432303Cd3321b
Octal42103147103430743236233
Binary10001010000111100111100001110001101111001101001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224367; }

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

 H1.HeaderClassName
 {
   color: #224367;
 }
 .AnyTagClassName
 {
   color: #224367;
 }
</style>
background-color css

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

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

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

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

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

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