Html Css Color HEX #254A76 Venice Blue

📋 copy color: '#254A76'

red 37 ◦ green 74 ◦ blue 118

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

Shades of Venice Blue #254A76

Tints of Venice Blue #254A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 16.16%
G = 32.31%
B = 51.53%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254A76 (or 0x254A76) is known color: Venice Blue. HEX triplet: 25, 4A and 76. RGB value is (37,74,118). Sum of RGB (Red+Green+Blue) = 37+74+118=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #254A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A76 is #DAB589. Grayscale: #434343. Windows color (decimal): -14333322 or 7752229. OLE color: 7752229.

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

Color convert

RGB 37 74 118 -
CMYK 0.69 0.37 0 0.54
HSL 212.59º 0.52% 0.3% -
HSV(B) 212.59º 0.69% 0.46% -
XYZ 6.48 6.6 18.07 -
YUV 67.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 37 74 118 0.69 0.37 0 0.54 212.59 0.52 0.3
Hex 25 4A 76 45 25 0 36 D5 34 1E
Octal 45 112 166 105 45 0 66 325 64 36
Binary 100101 1001010 1110110 1000101 100101 0 110110 11010101 110100 11110

Color Harmonies of #254A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A76

Black with #254A76

Text Example


Text Example

White with #254A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A76; }

 p { color: rgb(37,74,118); }

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

background-color css

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

 a { background-color: rgb(37,74,118); }

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

border-color css

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

 span { border-color: rgb(37,74,118); }

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