#233959

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

Shades of Catalina Blue #233959

Tints of Catalina Blue #233959

Color information

#233959 (or 0x233959) is unknown color: approx Catalina Blue. HEX triplet: 23, 39 and 59. RGB value is (35,57,89). Sum of RGB (Red+Green+Blue) = 35+57+89=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #233959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233959 is #DCC6A6. Grayscale: #353535. Windows color (decimal): -14468775 or 5847331. OLE color: 5847331.

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

Color convert

RGB355789-
CMYK0.610.3600.65
HSL215.56º43.55%24.31%-
HSV(B)215.56º60.67%34.9%-
XYZ3.96410.02-
YUV54.07147.71114.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=19.34%
G=31.49%
B=49.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3557890.610.3600.65215.5643.5524.31
Hex2339593D24041d82c18
Octal4371131754401013305430
Binary1000111110011011001111101100100010000011101100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233959; }

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

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

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

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

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

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

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

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