#245278

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

Shades of Venice Blue #245278

Tints of Venice Blue #245278

Color information

#245278 (or 0x245278) is unknown color: approx Venice Blue. HEX triplet: 24, 52 and 78. RGB value is (36,82,120). Sum of RGB (Red+Green+Blue) = 36+82+120=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #245278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245278 is #DBAD87. Grayscale: #484848. Windows color (decimal): -14396808 or 7885348. OLE color: 7885348.

HSL color Cylindrical-coordinate representation of color #245278: hue angle of 207.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245278 is Cyan = 0.7, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3682120-
CMYK0.70.3200.53
HSL207.14º53.85%30.59%-
HSV(B)207.14º70%47.06%-
XYZ7.147.7718.89-
YUV72.58154.76101.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=15.13%
G=34.45%
B=50.42%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36821200.70.3200.53207.1453.8530.59
Hex2452784620035cf361f
Octal44122170106400653176637
Binary10010010100101111000100011010000001101011100111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245278; }

 p { color: rgb(36,82,120); }

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

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

 a { background-color: rgb(36,82,120); }

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

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

 span { border-color: rgb(36,82,120); }

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