Html Css Color HEX #28577A Venice Blue

📋 copy color: '#28577A'

red 40 ◦ green 87 ◦ blue 122

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

Shades of Venice Blue #28577A

Tints of Venice Blue #28577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 122 (48.05% from 255) = 49%

R = 16.06%
G = 34.94%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28577A (or 0x28577A) is known color: Venice Blue. HEX triplet: 28, 57 and 7A. RGB value is (40,87,122). Sum of RGB (Red+Green+Blue) = 40+87+122=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #28577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28577A is #D7A885. Grayscale: #4C4C4C. Windows color (decimal): -14133382 or 8017704. OLE color: 8017704.

HSL color Cylindrical-coordinate representation of color #28577A: hue angle of 205.61º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28577A is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 87 122 -
CMYK 0.67 0.29 0 0.52
HSL 205.61º 0.51% 0.32% -
HSV(B) 205.61º 0.67% 0.48% -
XYZ 7.8 8.67 19.68 -
YUV 76.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 40 87 122 0.67 0.29 0 0.52 205.61 0.51 0.32
Hex 28 57 7A 43 1D 0 34 CE 33 20
Octal 50 127 172 103 35 0 64 316 63 40
Binary 101000 1010111 1111010 1000011 11101 0 110100 11001110 110011 100000

Color Harmonies of #28577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28577A

Black with #28577A

Text Example


Text Example

White with #28577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28577A; }

 p { color: rgb(40,87,122); }

 H1.HeaderClassName
 {
   color: #28577A;
 }
 .AnyTagClassName
 {
   color: #28577A;
 }
</style>

background-color css

<style>
 a { background-color: #28577A; }

 a { background-color: rgb(40,87,122); }

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

border-color css

<style>
 span { border-color: #28577A; }

 span { border-color: rgb(40,87,122); }

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