#233459

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

Shades of Catalina Blue #233459

Tints of Catalina Blue #233459

Color information

#233459 (or 0x233459) is unknown color: approx Catalina Blue. HEX triplet: 23, 34 and 59. RGB value is (35,52,89). Sum of RGB (Red+Green+Blue) = 35+52+89=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #233459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233459 is #DCCBA6. Grayscale: #323232. Windows color (decimal): -14470055 or 5846051. OLE color: 5846051.

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

Color convert

RGB355289-
CMYK0.610.4200.65
HSL221.11º43.55%24.31%-
HSV(B)221.11º60.67%34.9%-
XYZ3.723.539.94-
YUV51.14149.37116.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.89%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=19.89%
G=29.55%
B=50.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3552890.610.4200.65221.1143.5524.31
Hex2334593D2A041dd2c18
Octal4364131755201013355430
Binary1000111101001011001111101101010010000011101110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233459; }

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

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

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

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

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

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

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

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