#223B60

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

Shades of Catalina Blue #223B60

Tints of Catalina Blue #223B60

Color information

#223B60 (or 0x223B60) is unknown color: approx Catalina Blue. HEX triplet: 22, 3B and 60. RGB value is (34,59,96). Sum of RGB (Red+Green+Blue) = 34+59+96=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #223B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B60 is #DDC49F. Grayscale: #373737. Windows color (decimal): -14533792 or 6306594. OLE color: 6306594.

HSL color Cylindrical-coordinate representation of color #223B60: hue angle of 215.81º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223B60 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB345996-
CMYK0.650.3900.62
HSL215.81º47.69%25.49%-
HSV(B)215.81º64.58%37.65%-
XYZ4.334.3111.67-
YUV55.74150.72112.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=17.99%
G=31.22%
B=50.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3459960.650.3900.62215.8147.6925.49
Hex223B60412703Ed83019
Octal4273140101470763306031
Binary1000101110111100000100000110011101111101101100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223B60; }

 p { color: rgb(34,59,96); }

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

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

 a { background-color: rgb(34,59,96); }

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

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

 span { border-color: rgb(34,59,96); }

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