Html Css Color HEX #254C71 Venice Blue

📋 copy color: '#254C71'

red 37 ◦ green 76 ◦ blue 113

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

Shades of Venice Blue #254C71

Tints of Venice Blue #254C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 16.37%
G = 33.63%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254C71 (or 0x254C71) is known color: Venice Blue. HEX triplet: 25, 4C and 71. RGB value is (37,76,113). Sum of RGB (Red+Green+Blue) = 37+76+113=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #254C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C71 is #DAB38E. Grayscale: #444444. Windows color (decimal): -14332815 or 7425061. OLE color: 7425061.

HSL color Cylindrical-coordinate representation of color #254C71: hue angle of 209.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254C71 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 76 113 -
CMYK 0.67 0.33 0 0.56
HSL 209.21º 0.51% 0.29% -
HSV(B) 209.21º 0.67% 0.44% -
XYZ 6.33 6.75 16.59 -
YUV 68.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 37 76 113 0.67 0.33 0 0.56 209.21 0.51 0.29
Hex 25 4C 71 43 21 0 38 D1 33 1D
Octal 45 114 161 103 41 0 70 321 63 35
Binary 100101 1001100 1110001 1000011 100001 0 111000 11010001 110011 11101

Color Harmonies of #254C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C71

Black with #254C71

Text Example


Text Example

White with #254C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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