Html Css Color HEX #254F71 Venice Blue

📋 copy color: '#254F71'

red 37 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #254F71

Tints of Venice Blue #254F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 16.16%
G = 34.5%
B = 49.34%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254F71 (or 0x254F71) is known color: Venice Blue. HEX triplet: 25, 4F and 71. RGB value is (37,79,113). Sum of RGB (Red+Green+Blue) = 37+79+113=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #254F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F71 is #DAB08E. Grayscale: #464646. Windows color (decimal): -14332047 or 7425829. OLE color: 7425829.

HSL color Cylindrical-coordinate representation of color #254F71: hue angle of 206.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254F71 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 79 113 -
CMYK 0.67 0.30 0 0.56
HSL 206.84º 0.51% 0.29% -
HSV(B) 206.84º 0.67% 0.44% -
XYZ 6.54 7.18 16.66 -
YUV 70.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 37 79 113 0.67 0.30 0 0.56 206.84 0.51 0.29
Hex 25 4F 71 43 1E 0 38 CF 33 1D
Octal 45 117 161 103 36 0 70 317 63 35
Binary 100101 1001111 1110001 1000011 11110 0 111000 11001111 110011 11101

Color Harmonies of #254F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F71

Black with #254F71

Text Example


Text Example

White with #254F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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