Html Css Color HEX #254C76 Venice Blue

📋 copy color: '#254C76'

red 37 ◦ green 76 ◦ blue 118

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

Shades of Venice Blue #254C76

Tints of Venice Blue #254C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

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

R = 16.02%
G = 32.9%
B = 51.08%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254C76 (or 0x254C76) is known color: Venice Blue. HEX triplet: 25, 4C and 76. RGB value is (37,76,118). Sum of RGB (Red+Green+Blue) = 37+76+118=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #254C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C76 is #DAB389. Grayscale: #444444. Windows color (decimal): -14332810 or 7752741. OLE color: 7752741.

HSL color Cylindrical-coordinate representation of color #254C76: hue angle of 211.11º 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 #254C76 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 76 118 -
CMYK 0.69 0.36 0 0.54
HSL 211.11º 0.52% 0.3% -
HSV(B) 211.11º 0.69% 0.46% -
XYZ 6.62 6.87 18.12 -
YUV 69.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 37 76 118 0.69 0.36 0 0.54 211.11 0.52 0.3
Hex 25 4C 76 45 24 0 36 D3 34 1E
Octal 45 114 166 105 44 0 66 323 64 36
Binary 100101 1001100 1110110 1000101 100100 0 110110 11010011 110100 11110

Color Harmonies of #254C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C76

Black with #254C76

Text Example


Text Example

White with #254C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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