Html Css Color HEX #254D6D Venice Blue

📋 copy color: '#254D6D'

red 37 ◦ green 77 ◦ blue 109

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

Shades of Venice Blue #254D6D

Tints of Venice Blue #254D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 16.59%
G = 34.53%
B = 48.88%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#254D6D (or 0x254D6D) is known color: Venice Blue. HEX triplet: 25, 4D and 6D. RGB value is (37,77,109). Sum of RGB (Red+Green+Blue) = 37+77+109=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #254D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D6D is #DAB292. Grayscale: #444444. Windows color (decimal): -14332563 or 7163173. OLE color: 7163173.

HSL color Cylindrical-coordinate representation of color #254D6D: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #254D6D is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 77 109 -
CMYK 0.66 0.29 0 0.57
HSL 206.67º 0.49% 0.29% -
HSV(B) 206.67º 0.66% 0.43% -
XYZ 6.18 6.81 15.46 -
YUV 68.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 37 77 109 0.66 0.29 0 0.57 206.67 0.49 0.29
Hex 25 4D 6D 42 1D 0 39 CF 31 1D
Octal 45 115 155 102 35 0 71 317 61 35
Binary 100101 1001101 1101101 1000010 11101 0 111001 11001111 110001 11101

Color Harmonies of #254D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D6D

Black with #254D6D

Text Example


Text Example

White with #254D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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