#223760

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

Shades of Catalina Blue #223760

Tints of Catalina Blue #223760

Color information

#223760 (or 0x223760) is unknown color: approx Catalina Blue. HEX triplet: 22, 37 and 60. RGB value is (34,55,96). Sum of RGB (Red+Green+Blue) = 34+55+96=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #223760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223760 is #DDC89F. Grayscale: #353535. Windows color (decimal): -14534816 or 6305570. OLE color: 6305570.

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

Color convert

RGB345596-
CMYK0.650.4300.62
HSL219.68º47.69%25.49%-
HSV(B)219.68º64.58%37.65%-
XYZ4.143.9211.6-
YUV53.4152.04114.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=18.38%
G=29.73%
B=51.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3455960.650.4300.62219.6847.6925.49
Hex223760412B03Edc3019
Octal4267140101530763346031
Binary1000101101111100000100000110101101111101101110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223760; }

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

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

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

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

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

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

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

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