Html Css Color HEX #254674 Venice Blue

📋 copy color: '#254674'

red 37 ◦ green 70 ◦ blue 116

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

Shades of Venice Blue #254674

Tints of Venice Blue #254674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

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

R = 16.59%
G = 31.39%
B = 52.02%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254674 (or 0x254674) is known color: Venice Blue. HEX triplet: 25, 46 and 74. RGB value is (37,70,116). Sum of RGB (Red+Green+Blue) = 37+70+116=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #254674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254674 is #DAB98B. Grayscale: #414141. Windows color (decimal): -14334348 or 7620133. OLE color: 7620133.

HSL color Cylindrical-coordinate representation of color #254674: hue angle of 214.94º 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 #254674 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 70 116 -
CMYK 0.68 0.40 0 0.55
HSL 214.94º 0.52% 0.3% -
HSV(B) 214.94º 0.68% 0.45% -
XYZ 6.11 6.03 17.37 -
YUV 65.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 37 70 116 0.68 0.40 0 0.55 214.94 0.52 0.3
Hex 25 46 74 44 28 0 37 D7 34 1E
Octal 45 106 164 104 50 0 67 327 64 36
Binary 100101 1000110 1110100 1000100 101000 0 110111 11010111 110100 11110

Color Harmonies of #254674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254674

Black with #254674

Text Example


Text Example

White with #254674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254674; }

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

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

background-color css

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

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

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

border-color css

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

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

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