#235078

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

Shades of Venice Blue #235078

Tints of Venice Blue #235078

Color information

#235078 (or 0x235078) is unknown color: approx Venice Blue. HEX triplet: 23, 50 and 78. RGB value is (35,80,120). Sum of RGB (Red+Green+Blue) = 35+80+120=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #235078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235078 is #DCAF87. Grayscale: #464646. Windows color (decimal): -14462856 or 7884835. OLE color: 7884835.

HSL color Cylindrical-coordinate representation of color #235078: hue angle of 208.24º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235078 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3580120-
CMYK0.710.3300.53
HSL208.24º54.84%30.39%-
HSV(B)208.24º70.83%47.06%-
XYZ6.957.4518.84-
YUV71.1155.59102.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=14.89%
G=34.04%
B=51.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35801200.710.3300.53208.2454.8430.39
Hex2350784721035d0371e
Octal43120170107410653206736
Binary10001110100001111000100011110000101101011101000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235078; }

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

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

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

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

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

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

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

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