#235375

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

Shades of Venice Blue #235375

Tints of Venice Blue #235375

Color information

#235375 (or 0x235375) is unknown color: approx Venice Blue. HEX triplet: 23, 53 and 75. RGB value is (35,83,117). Sum of RGB (Red+Green+Blue) = 35+83+117=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #235375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235375 is #DCAC8A. Grayscale: #484848. Windows color (decimal): -14462091 or 7688995. OLE color: 7688995.

HSL color Cylindrical-coordinate representation of color #235375: hue angle of 204.88º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235375 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3583117-
CMYK0.700.2900.54
HSL204.88º53.95%29.8%-
HSV(B)204.88º70.09%45.88%-
XYZ77.8317.97-
YUV72.52153.1101.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=14.89%
G=35.32%
B=49.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35831170.700.2900.54204.8853.9529.8
Hex235375461D036cd361e
Octal43123165106350663156636
Binary1000111010011111010110001101110101101101100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235375; }

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

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

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

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

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

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

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

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