Html Css Color HEX #254A71 Venice Blue

📋 copy color: '#254A71'

red 37 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #254A71

Tints of Venice Blue #254A71

RGB

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

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

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

R = 16.52%
G = 33.04%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254A71 (or 0x254A71) is known color: Venice Blue. HEX triplet: 25, 4A and 71. RGB value is (37,74,113). Sum of RGB (Red+Green+Blue) = 37+74+113=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #254A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A71 is #DAB58E. Grayscale: #434343. Windows color (decimal): -14333327 or 7424549. OLE color: 7424549.

HSL color Cylindrical-coordinate representation of color #254A71: hue angle of 210.79º 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 #254A71 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 74 113 -
CMYK 0.67 0.35 0 0.56
HSL 210.79º 0.51% 0.29% -
HSV(B) 210.79º 0.67% 0.44% -
XYZ 6.19 6.48 16.55 -
YUV 67.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 37 74 113 0.67 0.35 0 0.56 210.79 0.51 0.29
Hex 25 4A 71 43 23 0 38 D3 33 1D
Octal 45 112 161 103 43 0 70 323 63 35
Binary 100101 1001010 1110001 1000011 100011 0 111000 11010011 110011 11101

Color Harmonies of #254A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A71

Black with #254A71

Text Example


Text Example

White with #254A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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