#233C58

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

Shades of Catalina Blue #233C58

Tints of Catalina Blue #233C58

Color information

#233C58 (or 0x233C58) is unknown color: approx Catalina Blue. HEX triplet: 23, 3C and 58. RGB value is (35,60,88). Sum of RGB (Red+Green+Blue) = 35+60+88=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #233C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C58 is #DCC3A7. Grayscale: #373737. Windows color (decimal): -14468008 or 5782563. OLE color: 5782563.

HSL color Cylindrical-coordinate representation of color #233C58: hue angle of 211.7º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233C58 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356088-
CMYK0.600.3200.65
HSL211.7º43.09%24.12%-
HSV(B)211.7º60.23%34.51%-
XYZ4.074.299.85-
YUV55.72146.22113.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=19.13%
G=32.79%
B=48.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3560880.600.3200.65211.743.0924.12
Hex233C583C20041d42b18
Octal4374130744001013245330
Binary1000111111001011000111100100000010000011101010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233C58; }

 p { color: rgb(35,60,88); }

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

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

 a { background-color: rgb(35,60,88); }

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

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

 span { border-color: rgb(35,60,88); }

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