Html Css Color HEX #285172 Venice Blue

📋 copy color: '#285172'

red 40 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #285172

Tints of Venice Blue #285172

RGB

 RED value IS 40 (16.02% from 255) = 17.02%

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 17.02%
G = 34.47%
B = 48.51%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285172 (or 0x285172) is known color: Venice Blue. HEX triplet: 28, 51 and 72. RGB value is (40,81,114). Sum of RGB (Red+Green+Blue) = 40+81+114=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #285172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285172 is #D7AE8D. Grayscale: #484848. Windows color (decimal): -14134926 or 7491880. OLE color: 7491880.

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

Color convert

RGB 40 81 114 -
CMYK 0.65 0.29 0 0.55
HSL 206.76º 0.48% 0.3% -
HSV(B) 206.76º 0.65% 0.45% -
XYZ 6.85 7.55 17.02 -
YUV 72.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 40 81 114 0.65 0.29 0 0.55 206.76 0.48 0.3
Hex 28 51 72 41 1D 0 37 CF 30 1E
Octal 50 121 162 101 35 0 67 317 60 36
Binary 101000 1010001 1110010 1000001 11101 0 110111 11001111 110000 11110

Color Harmonies of #285172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285172

Black with #285172

Text Example


Text Example

White with #285172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285172; }

 p { color: rgb(40,81,114); }

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

background-color css

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

 a { background-color: rgb(40,81,114); }

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

border-color css

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

 span { border-color: rgb(40,81,114); }

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