#224368

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

Shades of Catalina Blue #224368

Tints of Catalina Blue #224368

Color information

#224368 (or 0x224368) is unknown color: approx Catalina Blue. HEX triplet: 22, 43 and 68. RGB value is (34,67,104). Sum of RGB (Red+Green+Blue) = 34+67+104=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #224368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224368 is #DDBC97. Grayscale: #3D3D3D. Windows color (decimal): -14531736 or 6832930. OLE color: 6832930.

HSL color Cylindrical-coordinate representation of color #224368: hue angle of 211.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224368 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3467104-
CMYK0.670.3600.59
HSL211.71º50.72%27.06%-
HSV(B)211.71º67.31%40.78%-
XYZ5.175.3513.86-
YUV61.35152.07108.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=16.59%
G=32.68%
B=50.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34671040.670.3600.59211.7150.7227.06
Hex224368432403Bd4331b
Octal42103150103440733246333
Binary10001010000111101000100001110010001110111101010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224368; }

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

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

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

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

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

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

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

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