Html Css Color HEX #254D75 Venice Blue

📋 copy color: '#254D75'

red 37 ◦ green 77 ◦ blue 117

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

Shades of Venice Blue #254D75

Tints of Venice Blue #254D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 16.02%
G = 33.33%
B = 50.65%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254D75 (or 0x254D75) is known color: Venice Blue. HEX triplet: 25, 4D and 75. RGB value is (37,77,117). Sum of RGB (Red+Green+Blue) = 37+77+117=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #254D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D75 is #DAB28A. Grayscale: #454545. Windows color (decimal): -14332555 or 7687461. OLE color: 7687461.

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

Color convert

RGB 37 77 117 -
CMYK 0.68 0.34 0 0.54
HSL 210º 0.52% 0.3% -
HSV(B) 210º 0.68% 0.46% -
XYZ 6.63 6.99 17.83 -
YUV 69.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 37 77 117 0.68 0.34 0 0.54 210 0.52 0.3
Hex 25 4D 75 44 22 0 36 D2 34 1E
Octal 45 115 165 104 42 0 66 322 64 36
Binary 100101 1001101 1110101 1000100 100010 0 110110 11010010 110100 11110

Color Harmonies of #254D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D75

Black with #254D75

Text Example


Text Example

White with #254D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,77,117); }

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

background-color css

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

 a { background-color: rgb(37,77,117); }

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

border-color css

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

 span { border-color: rgb(37,77,117); }

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