#233159

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

Shades of Catalina Blue #233159

Tints of Catalina Blue #233159

Color information

#233159 (or 0x233159) is unknown color: approx Catalina Blue. HEX triplet: 23, 31 and 59. RGB value is (35,49,89). Sum of RGB (Red+Green+Blue) = 35+49+89=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #233159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233159 is #DCCEA6. Grayscale: #313131. Windows color (decimal): -14470823 or 5845283. OLE color: 5845283.

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

Color convert

RGB354989-
CMYK0.610.4500.65
HSL224.44º43.55%24.31%-
HSV(B)224.44º60.67%34.9%-
XYZ3.593.289.89-
YUV49.37150.36117.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=20.23%
G=28.32%
B=51.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3549890.610.4500.65224.4443.5524.31
Hex2331593D2D041e02c18
Octal4361131755501013405430
Binary1000111100011011001111101101101010000011110000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233159; }

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

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

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

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

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

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

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

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