Html Css Color HEX #254C72 Venice Blue

📋 copy color: '#254C72'

red 37 ◦ green 76 ◦ blue 114

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

Shades of Venice Blue #254C72

Tints of Venice Blue #254C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 16.3%
G = 33.48%
B = 50.22%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254C72 (or 0x254C72) is known color: Venice Blue. HEX triplet: 25, 4C and 72. RGB value is (37,76,114). Sum of RGB (Red+Green+Blue) = 37+76+114=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #254C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C72 is #DAB38D. Grayscale: #444444. Windows color (decimal): -14332814 or 7490597. OLE color: 7490597.

HSL color Cylindrical-coordinate representation of color #254C72: hue angle of 209.61º 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 #254C72 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 76 114 -
CMYK 0.68 0.33 0 0.55
HSL 209.61º 0.51% 0.3% -
HSV(B) 209.61º 0.68% 0.45% -
XYZ 6.38 6.78 16.89 -
YUV 68.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 37 76 114 0.68 0.33 0 0.55 209.61 0.51 0.3
Hex 25 4C 72 44 21 0 37 D2 33 1E
Octal 45 114 162 104 41 0 67 322 63 36
Binary 100101 1001100 1110010 1000100 100001 0 110111 11010010 110011 11110

Color Harmonies of #254C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C72

Black with #254C72

Text Example


Text Example

White with #254C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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