Html Css Color HEX #254672 Venice Blue

📋 copy color: '#254672'

red 37 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #254672

Tints of Venice Blue #254672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 16.74%
G = 31.67%
B = 51.58%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254672 (or 0x254672) is known color: Venice Blue. HEX triplet: 25, 46 and 72. RGB value is (37,70,114). Sum of RGB (Red+Green+Blue) = 37+70+114=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #254672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254672 is #DAB98D. Grayscale: #404040. Windows color (decimal): -14334350 or 7489061. OLE color: 7489061.

HSL color Cylindrical-coordinate representation of color #254672: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254672 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 70 114 -
CMYK 0.68 0.39 0 0.55
HSL 214.29º 0.51% 0.3% -
HSV(B) 214.29º 0.68% 0.45% -
XYZ 5.99 5.99 16.76 -
YUV 65.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 37 70 114 0.68 0.39 0 0.55 214.29 0.51 0.3
Hex 25 46 72 44 27 0 37 D6 33 1E
Octal 45 106 162 104 47 0 67 326 63 36
Binary 100101 1000110 1110010 1000100 100111 0 110111 11010110 110011 11110

Color Harmonies of #254672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254672

Black with #254672

Text Example


Text Example

White with #254672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254672; }

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

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

background-color css

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

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

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

border-color css

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

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

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