#223652

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

Shades of Catalina Blue #223652

Tints of Catalina Blue #223652

Color information

#223652 (or 0x223652) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 52. RGB value is (34,54,82). Sum of RGB (Red+Green+Blue) = 34+54+82=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #223652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223652 is #DDC9AD. Grayscale: #333333. Windows color (decimal): -14535086 or 5387810. OLE color: 5387810.

HSL color Cylindrical-coordinate representation of color #223652: hue angle of 215º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223652 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB345482-
CMYK0.590.3400.68
HSL215º41.38%22.75%-
HSV(B)215º58.54%32.16%-
XYZ3.53.598.49-
YUV51.21145.37115.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=20%
G=31.76%
B=48.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3454820.590.3400.6821541.3822.75
Hex2236523B22044d72917
Octal4266122734201043275127
Binary1000101101101010010111011100010010001001101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223652; }

 p { color: rgb(34,54,82); }

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

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

 a { background-color: rgb(34,54,82); }

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

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

 span { border-color: rgb(34,54,82); }

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