Html Css Color HEX #254C6D Venice Blue

📋 copy color: '#254C6D'

red 37 ◦ green 76 ◦ blue 109

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

Shades of Venice Blue #254C6D

Tints of Venice Blue #254C6D

RGB

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

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

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

R = 16.67%
G = 34.23%
B = 49.1%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#254C6D (or 0x254C6D) is known color: Venice Blue. HEX triplet: 25, 4C and 6D. RGB value is (37,76,109). Sum of RGB (Red+Green+Blue) = 37+76+109=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #254C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C6D is #DAB392. Grayscale: #434343. Windows color (decimal): -14332819 or 7162917. OLE color: 7162917.

HSL color Cylindrical-coordinate representation of color #254C6D: hue angle of 207.5º 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 #254C6D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 76 109 -
CMYK 0.66 0.30 0 0.57
HSL 207.5º 0.49% 0.29% -
HSV(B) 207.5º 0.66% 0.43% -
XYZ 6.11 6.67 15.43 -
YUV 68.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 37 76 109 0.66 0.30 0 0.57 207.5 0.49 0.29
Hex 25 4C 6D 42 1E 0 39 D0 31 1D
Octal 45 114 155 102 36 0 71 320 61 35
Binary 100101 1001100 1101101 1000010 11110 0 111001 11010000 110001 11101

Color Harmonies of #254C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C6D

Black with #254C6D

Text Example


Text Example

White with #254C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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