Html Css Color HEX #254871 Venice Blue

📋 copy color: '#254871'

red 37 ◦ green 72 ◦ blue 113

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

Shades of Venice Blue #254871

Tints of Venice Blue #254871

RGB

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

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

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

R = 16.67%
G = 32.43%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254871 (or 0x254871) is known color: Venice Blue. HEX triplet: 25, 48 and 71. RGB value is (37,72,113). Sum of RGB (Red+Green+Blue) = 37+72+113=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #254871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254871 is #DAB78E. Grayscale: #424242. Windows color (decimal): -14333839 or 7424037. OLE color: 7424037.

HSL color Cylindrical-coordinate representation of color #254871: hue angle of 212.37º 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 #254871 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 72 113 -
CMYK 0.67 0.36 0 0.56
HSL 212.37º 0.51% 0.29% -
HSV(B) 212.37º 0.67% 0.44% -
XYZ 6.06 6.22 16.5 -
YUV 66.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 37 72 113 0.67 0.36 0 0.56 212.37 0.51 0.29
Hex 25 48 71 43 24 0 38 D4 33 1D
Octal 45 110 161 103 44 0 70 324 63 35
Binary 100101 1001000 1110001 1000011 100100 0 111000 11010100 110011 11101

Color Harmonies of #254871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254871

Black with #254871

Text Example


Text Example

White with #254871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254871; }

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

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

background-color css

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

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

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

border-color css

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

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

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