#223960

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

Shades of Catalina Blue #223960

Tints of Catalina Blue #223960

Color information

#223960 (or 0x223960) is unknown color: approx Catalina Blue. HEX triplet: 22, 39 and 60. RGB value is (34,57,96). Sum of RGB (Red+Green+Blue) = 34+57+96=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #223960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223960 is #DDC69F. Grayscale: #363636. Windows color (decimal): -14534304 or 6306082. OLE color: 6306082.

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

Color convert

RGB345796-
CMYK0.650.4100.62
HSL217.74º47.69%25.49%-
HSV(B)217.74º64.58%37.65%-
XYZ4.234.1111.64-
YUV54.57151.38113.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=18.18%
G=30.48%
B=51.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3457960.650.4100.62217.7447.6925.49
Hex223960412903Eda3019
Octal4271140101510763326031
Binary1000101110011100000100000110100101111101101101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223960; }

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

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

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

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

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

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

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

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