Html Css Color HEX #254875 Venice Blue

📋 copy color: '#254875'

red 37 ◦ green 72 ◦ blue 117

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

Shades of Venice Blue #254875

Tints of Venice Blue #254875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 16.37%
G = 31.86%
B = 51.77%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254875 (or 0x254875) is known color: Venice Blue. HEX triplet: 25, 48 and 75. RGB value is (37,72,117). Sum of RGB (Red+Green+Blue) = 37+72+117=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #254875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254875 is #DAB78A. Grayscale: #424242. Windows color (decimal): -14333835 or 7686181. OLE color: 7686181.

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

Color convert

RGB 37 72 117 -
CMYK 0.68 0.38 0 0.54
HSL 213.75º 0.52% 0.3% -
HSV(B) 213.75º 0.68% 0.46% -
XYZ 6.29 6.31 17.72 -
YUV 66.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 37 72 117 0.68 0.38 0 0.54 213.75 0.52 0.3
Hex 25 48 75 44 26 0 36 D6 34 1E
Octal 45 110 165 104 46 0 66 326 64 36
Binary 100101 1001000 1110101 1000100 100110 0 110110 11010110 110100 11110

Color Harmonies of #254875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254875

Black with #254875

Text Example


Text Example

White with #254875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254875; }

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

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

background-color css

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

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

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

border-color css

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

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

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