#223C6C

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

Shades of Catalina Blue #223C6C

Tints of Catalina Blue #223C6C

Color information

#223C6C (or 0x223C6C) is unknown color: approx Catalina Blue. HEX triplet: 22, 3C and 6C. RGB value is (34,60,108). Sum of RGB (Red+Green+Blue) = 34+60+108=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #223C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223C6C is #DDC393. Grayscale: #393939. Windows color (decimal): -14533524 or 7093282. OLE color: 7093282.

HSL color Cylindrical-coordinate representation of color #223C6C: hue angle of 218.92º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223C6C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3460108-
CMYK0.690.4400.58
HSL218.92º52.11%27.84%-
HSV(B)218.92º68.52%42.35%-
XYZ4.984.6514.82-
YUV57.7156.39111.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=16.83%
G=29.70%
B=53.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34601080.690.4400.58218.9252.1127.84
Hex223C6C452C03Adb341c
Octal4274154105540723336434
Binary1000101111001101100100010110110001110101101101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223C6C; }

 p { color: rgb(34,60,108); }

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

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

 a { background-color: rgb(34,60,108); }

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

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

 span { border-color: rgb(34,60,108); }

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