Html Css Color HEX #28517D Venice Blue

📋 copy color: '#28517D'

red 40 ◦ green 81 ◦ blue 125

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

Shades of Venice Blue #28517D

Tints of Venice Blue #28517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 16.26%
G = 32.93%
B = 50.81%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28517D (or 0x28517D) is known color: Venice Blue. HEX triplet: 28, 51 and 7D. RGB value is (40,81,125). Sum of RGB (Red+Green+Blue) = 40+81+125=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #28517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28517D is #D7AE82. Grayscale: #494949. Windows color (decimal): -14134915 or 8212776. OLE color: 8212776.

HSL color Cylindrical-coordinate representation of color #28517D: hue angle of 211.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28517D is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 81 125 -
CMYK 0.68 0.35 0 0.51
HSL 211.06º 0.52% 0.32% -
HSV(B) 211.06º 0.68% 0.49% -
XYZ 7.52 7.82 20.51 -
YUV 73.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 40 81 125 0.68 0.35 0 0.51 211.06 0.52 0.32
Hex 28 51 7D 44 23 0 33 D3 34 20
Octal 50 121 175 104 43 0 63 323 64 40
Binary 101000 1010001 1111101 1000100 100011 0 110011 11010011 110100 100000

Color Harmonies of #28517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28517D

Black with #28517D

Text Example


Text Example

White with #28517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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