#233359

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

Shades of Catalina Blue #233359

Tints of Catalina Blue #233359

Color information

#233359 (or 0x233359) is unknown color: approx Catalina Blue. HEX triplet: 23, 33 and 59. RGB value is (35,51,89). Sum of RGB (Red+Green+Blue) = 35+51+89=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 51 (20.31% from 255 or 29.14% 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 #233359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233359 is #DCCCA6. Grayscale: #323232. Windows color (decimal): -14470311 or 5845795. OLE color: 5845795.

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

Color convert

RGB355189-
CMYK0.610.4300.65
HSL222.22º43.55%24.31%-
HSV(B)222.22º60.67%34.9%-
XYZ3.683.459.92-
YUV50.55149.7116.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=20%
G=29.14%
B=50.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3551890.610.4300.65222.2243.5524.31
Hex2333593D2B041de2c18
Octal4363131755301013365430
Binary1000111100111011001111101101011010000011101111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233359; }

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

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

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

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

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

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

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

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