Html Css Color HEX #245076 Venice Blue

📋 copy color: '#245076'

red 36 ◦ green 80 ◦ blue 118

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

Shades of Venice Blue #245076

Tints of Venice Blue #245076

RGB

 RED value IS 36 (14.45% from 255) = 15.38%

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 15.38%
G = 34.19%
B = 50.43%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245076 (or 0x245076) is known color: Venice Blue. HEX triplet: 24, 50 and 76. RGB value is (36,80,118). Sum of RGB (Red+Green+Blue) = 36+80+118=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #245076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245076 is #DBAF89. Grayscale: #464646. Windows color (decimal): -14397322 or 7753764. OLE color: 7753764.

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

Color convert

RGB 36 80 118 -
CMYK 0.69 0.32 0 0.54
HSL 207.8º 0.53% 0.3% -
HSV(B) 207.8º 0.69% 0.46% -
XYZ 6.87 7.42 18.21 -
YUV 71.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 36 80 118 0.69 0.32 0 0.54 207.8 0.53 0.3
Hex 24 50 76 45 20 0 36 D0 35 1E
Octal 44 120 166 105 40 0 66 320 65 36
Binary 100100 1010000 1110110 1000101 100000 0 110110 11010000 110101 11110

Color Harmonies of #245076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245076

Black with #245076

Text Example


Text Example

White with #245076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245076; }

 p { color: rgb(36,80,118); }

 H1.HeaderClassName
 {
   color: #245076;
 }
 .AnyTagClassName
 {
   color: #245076;
 }
</style>

background-color css

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

 a { background-color: rgb(36,80,118); }

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

border-color css

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

 span { border-color: rgb(36,80,118); }

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