Html Css Color HEX #254876 Venice Blue

📋 copy color: '#254876'

red 37 ◦ green 72 ◦ blue 118

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

Shades of Venice Blue #254876

Tints of Venice Blue #254876

RGB

 RED value IS 37 (14.84% from 255) = 16.3%

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 16.3%
G = 31.72%
B = 51.98%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254876 (or 0x254876) is known color: Venice Blue. HEX triplet: 25, 48 and 76. RGB value is (37,72,118). Sum of RGB (Red+Green+Blue) = 37+72+118=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #254876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254876 is #DAB789. Grayscale: #424242. Windows color (decimal): -14333834 or 7751717. OLE color: 7751717.

HSL color Cylindrical-coordinate representation of color #254876: hue angle of 214.07º degrees, saturation: 0.52, 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 #254876 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 72 118 -
CMYK 0.69 0.39 0 0.54
HSL 214.07º 0.52% 0.3% -
HSV(B) 214.07º 0.69% 0.46% -
XYZ 6.35 6.34 18.03 -
YUV 66.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 37 72 118 0.69 0.39 0 0.54 214.07 0.52 0.3
Hex 25 48 76 45 27 0 36 D6 34 1E
Octal 45 110 166 105 47 0 66 326 64 36
Binary 100101 1001000 1110110 1000101 100111 0 110110 11010110 110100 11110

Color Harmonies of #254876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254876

Black with #254876

Text Example


Text Example

White with #254876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254876; }

 p { color: rgb(37,72,118); }

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

background-color css

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

 a { background-color: rgb(37,72,118); }

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

border-color css

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

 span { border-color: rgb(37,72,118); }

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