#223A60

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

Shades of Catalina Blue #223A60

Tints of Catalina Blue #223A60

Color information

#223A60 (or 0x223A60) is unknown color: approx Catalina Blue. HEX triplet: 22, 3A and 60. RGB value is (34,58,96). Sum of RGB (Red+Green+Blue) = 34+58+96=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #223A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A60 is #DDC59F. Grayscale: #363636. Windows color (decimal): -14534048 or 6306338. OLE color: 6306338.

HSL color Cylindrical-coordinate representation of color #223A60: hue angle of 216.77º 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 #223A60 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB345896-
CMYK0.650.4000.62
HSL216.77º47.69%25.49%-
HSV(B)216.77º64.58%37.65%-
XYZ4.284.2111.65-
YUV55.16151.05112.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=18.09%
G=30.85%
B=51.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3458960.650.4000.62216.7747.6925.49
Hex223A60412803Ed93019
Octal4272140101500763316031
Binary1000101110101100000100000110100001111101101100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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