#223755

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

Shades of Catalina Blue #223755

Tints of Catalina Blue #223755

Color information

#223755 (or 0x223755) is unknown color: approx Catalina Blue. HEX triplet: 22, 37 and 55. RGB value is (34,55,85). Sum of RGB (Red+Green+Blue) = 34+55+85=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #223755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223755 is #DDC8AA. Grayscale: #333333. Windows color (decimal): -14534827 or 5584674. OLE color: 5584674.

HSL color Cylindrical-coordinate representation of color #223755: hue angle of 215.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223755 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB345585-
CMYK0.600.3500.67
HSL215.29º42.86%23.33%-
HSV(B)215.29º60%33.33%-
XYZ3.673.739.12-
YUV52.14146.54115.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=19.54%
G=31.61%
B=48.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3455850.600.3500.67215.2942.8623.33
Hex2237553C23043d72b17
Octal4267125744301033275327
Binary1000101101111010101111100100011010000111101011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223755; }

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

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

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

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

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

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

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

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