#223459

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

Shades of Catalina Blue #223459

Tints of Catalina Blue #223459

Color information

#223459 (or 0x223459) is unknown color: approx Catalina Blue. HEX triplet: 22, 34 and 59. RGB value is (34,52,89). Sum of RGB (Red+Green+Blue) = 34+52+89=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #223459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223459 is #DDCBA6. Grayscale: #323232. Windows color (decimal): -14535591 or 5846050. OLE color: 5846050.

HSL color Cylindrical-coordinate representation of color #223459: hue angle of 220.36º 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 #223459 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB345289-
CMYK0.620.4200.65
HSL220.36º44.72%24.12%-
HSV(B)220.36º61.8%34.9%-
XYZ3.693.529.94-
YUV50.84149.54115.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=19.43%
G=29.71%
B=50.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3452890.620.4200.65220.3644.7224.12
Hex2234593E2A041dc2d18
Octal4264131765201013345530
Binary1000101101001011001111110101010010000011101110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223459; }

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

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

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

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

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

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

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

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