Html Css Color HEX #245278 Venice Blue

📋 copy color: '#245278'

red 36 ◦ green 82 ◦ blue 120

#245278
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #245278

Tints of Venice Blue #245278

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 value IS 0.7

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245278 (or 0x245278) is known color: 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

RGB 36 82 120 -
CMYK 0.7 0.32 0 0.53
HSL 207.14º 0.54% 0.31% -
HSV(B) 207.14º 0.7% 0.47% -
XYZ 7.14 7.77 18.89 -
YUV 72.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 36 82 120 0.7 0.32 0 0.53 207.14 0.54 0.31
Hex 24 52 78 46 20 0 35 CF 36 1F
Octal 44 122 170 106 40 0 65 317 66 37
Binary 100100 1010010 1111000 1000110 100000 0 110101 11001111 110110 11111

Color Harmonies of #245278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245278

Black with #245278

Text Example


Text Example

White with #245278

Text Example


Text Example

HTML Codes & Css Web 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>