#233750

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

Shades of Catalina Blue #233750

Tints of Catalina Blue #233750

Color information

#233750 (or 0x233750) is unknown color: approx Catalina Blue. HEX triplet: 23, 37 and 50. RGB value is (35,55,80). Sum of RGB (Red+Green+Blue) = 35+55+80=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #233750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233750 is #DCC8AF. Grayscale: #333333. Windows color (decimal): -14469296 or 5256995. OLE color: 5256995.

HSL color Cylindrical-coordinate representation of color #233750: hue angle of 213.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #233750 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB355580-
CMYK0.560.3100.69
HSL213.33º39.13%22.55%-
HSV(B)213.33º56.25%31.37%-
XYZ3.513.678.11-
YUV51.87143.87115.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=20.59%
G=32.35%
B=47.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3555800.560.3100.69213.3339.1322.55
Hex233750381F045d52717
Octal4367120703701053254727
Binary100011110111101000011100011111010001011101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233750; }

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

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

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

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

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

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

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

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