Html Css Color HEX #28507C Venice Blue

📋 copy color: '#28507C'

red 40 ◦ green 80 ◦ blue 124

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

Shades of Venice Blue #28507C

Tints of Venice Blue #28507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 16.39%
G = 32.79%
B = 50.82%

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

#28507C (or 0x28507C) is known color: Venice Blue. HEX triplet: 28, 50 and 7C. RGB value is (40,80,124). Sum of RGB (Red+Green+Blue) = 40+80+124=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #28507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28507C is #D7AF83. Grayscale: #484848. Windows color (decimal): -14135172 or 8146984. OLE color: 8146984.

HSL color Cylindrical-coordinate representation of color #28507C: hue angle of 211.43º degrees, saturation: 0.51, 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 #28507C is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 80 124 -
CMYK 0.68 0.35 0 0.51
HSL 211.43º 0.51% 0.32% -
HSV(B) 211.43º 0.68% 0.49% -
XYZ 7.38 7.64 20.16 -
YUV 73.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 40 80 124 0.68 0.35 0 0.51 211.43 0.51 0.32
Hex 28 50 7C 44 23 0 33 D3 33 20
Octal 50 120 174 104 43 0 63 323 63 40
Binary 101000 1010000 1111100 1000100 100011 0 110011 11010011 110011 100000

Color Harmonies of #28507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28507C

Black with #28507C

Text Example


Text Example

White with #28507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28507C; }

 p { color: rgb(40,80,124); }

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

background-color css

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

 a { background-color: rgb(40,80,124); }

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

border-color css

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

 span { border-color: rgb(40,80,124); }

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