Html Css Color HEX #254774 Venice Blue

📋 copy color: '#254774'

red 37 ◦ green 71 ◦ blue 116

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

Shades of Venice Blue #254774

Tints of Venice Blue #254774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 16.52%
G = 31.7%
B = 51.79%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254774 (or 0x254774) is known color: Venice Blue. HEX triplet: 25, 47 and 74. RGB value is (37,71,116). Sum of RGB (Red+Green+Blue) = 37+71+116=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #254774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254774 is #DAB88B. Grayscale: #414141. Windows color (decimal): -14334092 or 7620389. OLE color: 7620389.

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

Color convert

RGB 37 71 116 -
CMYK 0.68 0.39 0 0.55
HSL 214.18º 0.52% 0.3% -
HSV(B) 214.18º 0.68% 0.45% -
XYZ 6.17 6.16 17.39 -
YUV 65.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 37 71 116 0.68 0.39 0 0.55 214.18 0.52 0.3
Hex 25 47 74 44 27 0 37 D6 34 1E
Octal 45 107 164 104 47 0 67 326 64 36
Binary 100101 1000111 1110100 1000100 100111 0 110111 11010110 110100 11110

Color Harmonies of #254774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254774

Black with #254774

Text Example


Text Example

White with #254774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254774; }

 p { color: rgb(37,71,116); }

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

background-color css

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

 a { background-color: rgb(37,71,116); }

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

border-color css

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

 span { border-color: rgb(37,71,116); }

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