Html Css Color HEX #254A70 Venice Blue

📋 copy color: '#254A70'

red 37 ◦ green 74 ◦ blue 112

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

Shades of Venice Blue #254A70

Tints of Venice Blue #254A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 16.59%
G = 33.18%
B = 50.22%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254A70 (or 0x254A70) is known color: Venice Blue. HEX triplet: 25, 4A and 70. RGB value is (37,74,112). Sum of RGB (Red+Green+Blue) = 37+74+112=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #254A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A70 is #DAB58F. Grayscale: #434343. Windows color (decimal): -14333328 or 7359013. OLE color: 7359013.

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

Color convert

RGB 37 74 112 -
CMYK 0.67 0.34 0 0.56
HSL 210.4º 0.5% 0.29% -
HSV(B) 210.4º 0.67% 0.44% -
XYZ 6.14 6.46 16.25 -
YUV 67.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 37 74 112 0.67 0.34 0 0.56 210.4 0.5 0.29
Hex 25 4A 70 43 22 0 38 D2 32 1D
Octal 45 112 160 103 42 0 70 322 62 35
Binary 100101 1001010 1110000 1000011 100010 0 111000 11010010 110010 11101

Color Harmonies of #254A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A70

Black with #254A70

Text Example


Text Example

White with #254A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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