#223E60

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

Shades of Catalina Blue #223E60

Tints of Catalina Blue #223E60

Color information

#223E60 (or 0x223E60) is unknown color: approx Catalina Blue. HEX triplet: 22, 3E and 60. RGB value is (34,62,96). Sum of RGB (Red+Green+Blue) = 34+62+96=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #223E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E60 is #DDC19F. Grayscale: #393939. Windows color (decimal): -14533024 or 6307362. OLE color: 6307362.

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

Color convert

RGB346296-
CMYK0.650.3500.62
HSL212.9º47.69%25.49%-
HSV(B)212.9º64.58%37.65%-
XYZ4.494.6311.72-
YUV57.5149.72111.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 96 (37.89% from 255) = 50%
R=17.71%
G=32.29%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3462960.650.3500.62212.947.6925.49
Hex223E60412303Ed53019
Octal4276140101430763256031
Binary1000101111101100000100000110001101111101101010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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