Html Css Color HEX #254970 Venice Blue

📋 copy color: '#254970'

red 37 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #254970

Tints of Venice Blue #254970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 16.67%
G = 32.88%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254970 (or 0x254970) is known color: Venice Blue. HEX triplet: 25, 49 and 70. RGB value is (37,73,112). Sum of RGB (Red+Green+Blue) = 37+73+112=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #254970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254970 is #DAB68F. Grayscale: #424242. Windows color (decimal): -14333584 or 7358757. OLE color: 7358757.

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

Color convert

RGB 37 73 112 -
CMYK 0.67 0.35 0 0.56
HSL 211.2º 0.5% 0.29% -
HSV(B) 211.2º 0.67% 0.44% -
XYZ 6.07 6.33 16.23 -
YUV 66.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 37 73 112 0.67 0.35 0 0.56 211.2 0.5 0.29
Hex 25 49 70 43 23 0 38 D3 32 1D
Octal 45 111 160 103 43 0 70 323 62 35
Binary 100101 1001001 1110000 1000011 100011 0 111000 11010011 110010 11101

Color Harmonies of #254970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254970

Black with #254970

Text Example


Text Example

White with #254970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254970; }

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

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

background-color css

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

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

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

border-color css

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

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

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