Html Css Color HEX #28476D Venice Blue

📋 copy color: '#28476D'

red 40 ◦ green 71 ◦ blue 109

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

Shades of Venice Blue #28476D

Tints of Venice Blue #28476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 18.18%
G = 32.27%
B = 49.55%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28476D (or 0x28476D) is known color: Venice Blue. HEX triplet: 28, 47 and 6D. RGB value is (40,71,109). Sum of RGB (Red+Green+Blue) = 40+71+109=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #28476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476D is #D7B892. Grayscale: #414141. Windows color (decimal): -14137491 or 7161640. OLE color: 7161640.

HSL color Cylindrical-coordinate representation of color #28476D: hue angle of 213.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28476D is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 71 109 -
CMYK 0.63 0.35 0 0.57
HSL 213.04º 0.46% 0.29% -
HSV(B) 213.04º 0.63% 0.43% -
XYZ 5.89 6.06 15.33 -
YUV 66.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 40 71 109 0.63 0.35 0 0.57 213.04 0.46 0.29
Hex 28 47 6D 3F 23 0 39 D5 2E 1D
Octal 50 107 155 77 43 0 71 325 56 35
Binary 101000 1000111 1101101 111111 100011 0 111001 11010101 101110 11101

Color Harmonies of #28476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28476D

Black with #28476D

Text Example


Text Example

White with #28476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,109); }

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

background-color css

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

 a { background-color: rgb(40,71,109); }

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

border-color css

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

 span { border-color: rgb(40,71,109); }

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