#233755

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

Shades of Catalina Blue #233755

Tints of Catalina Blue #233755

Color information

#233755 (or 0x233755) is unknown color: approx Catalina Blue. HEX triplet: 23, 37 and 55. RGB value is (35,55,85). Sum of RGB (Red+Green+Blue) = 35+55+85=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #233755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233755 is #DCC8AA. Grayscale: #343434. Windows color (decimal): -14469291 or 5584675. OLE color: 5584675.

HSL color Cylindrical-coordinate representation of color #233755: hue angle of 216º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233755 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355585-
CMYK0.590.3500.67
HSL216º41.67%23.53%-
HSV(B)216º58.82%33.33%-
XYZ3.73.759.12-
YUV52.44146.37115.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=20%
G=31.43%
B=48.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3555850.590.3500.6721641.6723.53
Hex2337553B23043d82a18
Octal4367125734301033305230
Binary1000111101111010101111011100011010000111101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233755; }

 p { color: rgb(35,55,85); }

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

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

 a { background-color: rgb(35,55,85); }

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

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

 span { border-color: rgb(35,55,85); }

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