Html Css Color HEX #254670 Venice Blue

📋 copy color: '#254670'

red 37 ◦ green 70 ◦ blue 112

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

Shades of Venice Blue #254670

Tints of Venice Blue #254670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 16.89%
G = 31.96%
B = 51.14%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254670 (or 0x254670) is known color: Venice Blue. HEX triplet: 25, 46 and 70. RGB value is (37,70,112). Sum of RGB (Red+Green+Blue) = 37+70+112=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #254670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254670 is #DAB98F. Grayscale: #404040. Windows color (decimal): -14334352 or 7357989. OLE color: 7357989.

HSL color Cylindrical-coordinate representation of color #254670: hue angle of 213.6º degrees, saturation: 0.5, 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 #254670 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 70 112 -
CMYK 0.67 0.38 0 0.56
HSL 213.6º 0.5% 0.29% -
HSV(B) 213.6º 0.67% 0.44% -
XYZ 5.88 5.94 16.17 -
YUV 64.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 37 70 112 0.67 0.38 0 0.56 213.6 0.5 0.29
Hex 25 46 70 43 26 0 38 D6 32 1D
Octal 45 106 160 103 46 0 70 326 62 35
Binary 100101 1000110 1110000 1000011 100110 0 111000 11010110 110010 11101

Color Harmonies of #254670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254670

Black with #254670

Text Example


Text Example

White with #254670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254670; }

 p { color: rgb(37,70,112); }

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

background-color css

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

 a { background-color: rgb(37,70,112); }

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

border-color css

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

 span { border-color: rgb(37,70,112); }

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