#233953

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

Shades of Catalina Blue #233953

Tints of Catalina Blue #233953

Color information

#233953 (or 0x233953) is unknown color: approx Catalina Blue. HEX triplet: 23, 39 and 53. RGB value is (35,57,83). Sum of RGB (Red+Green+Blue) = 35+57+83=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #233953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233953 is #DCC6AC. Grayscale: #353535. Windows color (decimal): -14468781 or 5454115. OLE color: 5454115.

HSL color Cylindrical-coordinate representation of color #233953: hue angle of 212.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233953 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355783-
CMYK0.580.3100.67
HSL212.5º40.68%23.14%-
HSV(B)212.5º57.83%32.55%-
XYZ3.723.918.74-
YUV53.39144.71114.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 83 (32.81% from 255) = 47.43%
R=20%
G=32.57%
B=47.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3557830.580.3100.67212.540.6823.14
Hex2339533A1F043d42917
Octal4371123723701033245127
Binary100011111001101001111101011111010000111101010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233953; }

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

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

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

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

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

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

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

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