Html Css Color HEX #28476F Venice Blue

📋 copy color: '#28476F'

red 40 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #28476F

Tints of Venice Blue #28476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 18.02%
G = 31.98%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28476F (or 0x28476F) is known color: Venice Blue. HEX triplet: 28, 47 and 6F. RGB value is (40,71,111). Sum of RGB (Red+Green+Blue) = 40+71+111=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #28476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476F is #D7B890. Grayscale: #424242. Windows color (decimal): -14137489 or 7292712. OLE color: 7292712.

HSL color Cylindrical-coordinate representation of color #28476F: hue angle of 213.8º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28476F is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 71 111 -
CMYK 0.64 0.36 0 0.56
HSL 213.8º 0.47% 0.3% -
HSV(B) 213.8º 0.64% 0.44% -
XYZ 6 6.11 15.9 -
YUV 66.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 40 71 111 0.64 0.36 0 0.56 213.8 0.47 0.3
Hex 28 47 6F 40 24 0 38 D6 2F 1E
Octal 50 107 157 100 44 0 70 326 57 36
Binary 101000 1000111 1101111 1000000 100100 0 111000 11010110 101111 11110

Color Harmonies of #28476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28476F

Black with #28476F

Text Example


Text Example

White with #28476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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