#223669

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

Shades of Catalina Blue #223669

Tints of Catalina Blue #223669

Color information

#223669 (or 0x223669) is unknown color: approx Catalina Blue. HEX triplet: 22, 36 and 69. RGB value is (34,54,105). Sum of RGB (Red+Green+Blue) = 34+54+105=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #223669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223669 is #DDC996. Grayscale: #353535. Windows color (decimal): -14535063 or 6895138. OLE color: 6895138.

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

Color convert

RGB3454105-
CMYK0.680.4900.59
HSL223.1º51.08%27.25%-
HSV(B)223.1º67.62%41.18%-
XYZ4.53413.9-
YUV53.83156.87113.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=17.62%
G=27.98%
B=54.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34541050.680.4900.59223.151.0827.25
Hex223669443103Bdf331b
Octal4266151104610733376333
Binary1000101101101101001100010011000101110111101111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223669; }

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

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

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

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

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

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

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

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