#223359

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

Shades of Catalina Blue #223359

Tints of Catalina Blue #223359

Color information

#223359 (or 0x223359) is unknown color: approx Catalina Blue. HEX triplet: 22, 33 and 59. RGB value is (34,51,89). Sum of RGB (Red+Green+Blue) = 34+51+89=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #223359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223359 is #DDCCA6. Grayscale: #323232. Windows color (decimal): -14535847 or 5845794. OLE color: 5845794.

HSL color Cylindrical-coordinate representation of color #223359: hue angle of 221.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #223359 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB345189-
CMYK0.620.4300.65
HSL221.45º44.72%24.12%-
HSV(B)221.45º61.8%34.9%-
XYZ3.653.439.92-
YUV50.25149.87116.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=19.54%
G=29.31%
B=51.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3451890.620.4300.65221.4544.7224.12
Hex2233593E2B041dd2d18
Octal4263131765301013355530
Binary1000101100111011001111110101011010000011101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223359; }

 p { color: rgb(34,51,89); }

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

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

 a { background-color: rgb(34,51,89); }

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

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

 span { border-color: rgb(34,51,89); }

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