Html Css Color HEX #254673 Venice Blue

📋 copy color: '#254673'

red 37 ◦ green 70 ◦ blue 115

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

Shades of Venice Blue #254673

Tints of Venice Blue #254673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 16.67%
G = 31.53%
B = 51.8%

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

#254673 (or 0x254673) is known color: Venice Blue. HEX triplet: 25, 46 and 73. RGB value is (37,70,115). Sum of RGB (Red+Green+Blue) = 37+70+115=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #254673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254673 is #DAB98C. Grayscale: #414141. Windows color (decimal): -14334349 or 7554597. OLE color: 7554597.

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

Color convert

RGB 37 70 115 -
CMYK 0.68 0.39 0 0.55
HSL 214.62º 0.51% 0.3% -
HSV(B) 214.62º 0.68% 0.45% -
XYZ 6.05 6.01 17.06 -
YUV 65.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 37 70 115 0.68 0.39 0 0.55 214.62 0.51 0.3
Hex 25 46 73 44 27 0 37 D7 33 1E
Octal 45 106 163 104 47 0 67 327 63 36
Binary 100101 1000110 1110011 1000100 100111 0 110111 11010111 110011 11110

Color Harmonies of #254673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254673

Black with #254673

Text Example


Text Example

White with #254673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254673; }

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

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

background-color css

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

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

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

border-color css

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

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

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