Html Css Color HEX #28537C Venice Blue

📋 copy color: '#28537C'

red 40 ◦ green 83 ◦ blue 124

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

Shades of Venice Blue #28537C

Tints of Venice Blue #28537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 16.19%
G = 33.6%
B = 50.2%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28537C (or 0x28537C) is known color: Venice Blue. HEX triplet: 28, 53 and 7C. RGB value is (40,83,124). Sum of RGB (Red+Green+Blue) = 40+83+124=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #28537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28537C is #D7AC83. Grayscale: #4A4A4A. Windows color (decimal): -14134404 or 8147752. OLE color: 8147752.

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

Color convert

RGB 40 83 124 -
CMYK 0.68 0.33 0 0.51
HSL 209.29º 0.51% 0.32% -
HSV(B) 209.29º 0.68% 0.49% -
XYZ 7.61 8.09 20.23 -
YUV 74.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 40 83 124 0.68 0.33 0 0.51 209.29 0.51 0.32
Hex 28 53 7C 44 21 0 33 D1 33 20
Octal 50 123 174 104 41 0 63 321 63 40
Binary 101000 1010011 1111100 1000100 100001 0 110011 11010001 110011 100000

Color Harmonies of #28537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28537C

Black with #28537C

Text Example


Text Example

White with #28537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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