#235075

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

Shades of Venice Blue #235075

Tints of Venice Blue #235075

Color information

#235075 (or 0x235075) is unknown color: approx Venice Blue. HEX triplet: 23, 50 and 75. RGB value is (35,80,117). Sum of RGB (Red+Green+Blue) = 35+80+117=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #235075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235075 is #DCAF8A. Grayscale: #464646. Windows color (decimal): -14462859 or 7688227. OLE color: 7688227.

HSL color Cylindrical-coordinate representation of color #235075: hue angle of 207.07º 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 #235075 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3580117-
CMYK0.700.3200.54
HSL207.07º53.95%29.8%-
HSV(B)207.07º70.09%45.88%-
XYZ6.777.3817.9-
YUV70.76154.09102.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=15.09%
G=34.48%
B=50.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35801170.700.3200.54207.0753.9529.8
Hex2350754620036cf361e
Octal43120165106400663176636
Binary10001110100001110101100011010000001101101100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235075; }

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

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

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

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

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

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

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

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