#223663

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

Shades of Catalina Blue #223663

Tints of Catalina Blue #223663

Color information

#223663 (or 0x223663) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 63. RGB value is (34,54,99). Sum of RGB (Red+Green+Blue) = 34+54+99=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #223663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223663 is #DDC99C. Grayscale: #343434. Windows color (decimal): -14535069 or 6501922. OLE color: 6501922.

HSL color Cylindrical-coordinate representation of color #223663: hue angle of 221.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223663 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB345499-
CMYK0.660.4500.61
HSL221.54º48.87%26.08%-
HSV(B)221.54º65.66%38.82%-
XYZ4.233.8812.33-
YUV53.15153.87114.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=18.18%
G=28.88%
B=52.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3454990.660.4500.61221.5448.8726.08
Hex223663422D03Dde311a
Octal4266143102550753366132
Binary1000101101101100011100001010110101111011101111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223663; }

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

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

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

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

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

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

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

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