Html Css Color HEX #28587A Venice Blue

📋 copy color: '#28587A'

red 40 ◦ green 88 ◦ blue 122

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

Shades of Venice Blue #28587A

Tints of Venice Blue #28587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 16%
G = 35.2%
B = 48.8%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28587A (or 0x28587A) is known color: Venice Blue. HEX triplet: 28, 58 and 7A. RGB value is (40,88,122). Sum of RGB (Red+Green+Blue) = 40+88+122=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #28587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28587A is #D7A785. Grayscale: #4D4D4D. Windows color (decimal): -14133126 or 8017960. OLE color: 8017960.

HSL color Cylindrical-coordinate representation of color #28587A: hue angle of 204.88º 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 #28587A is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 88 122 -
CMYK 0.67 0.28 0 0.52
HSL 204.88º 0.51% 0.32% -
HSV(B) 204.88º 0.67% 0.48% -
XYZ 7.88 8.84 19.7 -
YUV 77.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 40 88 122 0.67 0.28 0 0.52 204.88 0.51 0.32
Hex 28 58 7A 43 1C 0 34 CD 33 20
Octal 50 130 172 103 34 0 64 315 63 40
Binary 101000 1011000 1111010 1000011 11100 0 110100 11001101 110011 100000

Color Harmonies of #28587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28587A

Black with #28587A

Text Example


Text Example

White with #28587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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