Html Css Color HEX #254F78 Venice Blue

📋 copy color: '#254F78'

red 37 ◦ green 79 ◦ blue 120

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

Shades of Venice Blue #254F78

Tints of Venice Blue #254F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 15.68%
G = 33.47%
B = 50.85%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254F78 (or 0x254F78) is known color: Venice Blue. HEX triplet: 25, 4F and 78. RGB value is (37,79,120). Sum of RGB (Red+Green+Blue) = 37+79+120=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #254F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F78 is #DAB087. Grayscale: #464646. Windows color (decimal): -14332040 or 7884581. OLE color: 7884581.

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

Color convert

RGB 37 79 120 -
CMYK 0.69 0.34 0 0.53
HSL 209.64º 0.53% 0.31% -
HSV(B) 209.64º 0.69% 0.47% -
XYZ 6.95 7.34 18.82 -
YUV 71.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 37 79 120 0.69 0.34 0 0.53 209.64 0.53 0.31
Hex 25 4F 78 45 22 0 35 D2 35 1F
Octal 45 117 170 105 42 0 65 322 65 37
Binary 100101 1001111 1111000 1000101 100010 0 110101 11010010 110101 11111

Color Harmonies of #254F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F78

Black with #254F78

Text Example


Text Example

White with #254F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F78; }

 p { color: rgb(37,79,120); }

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

background-color css

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

 a { background-color: rgb(37,79,120); }

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

border-color css

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

 span { border-color: rgb(37,79,120); }

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