Html Css Color HEX #28757D Atoll

📋 copy color: '#28757D'

red 40 ◦ green 117 ◦ blue 125

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

Shades of Atoll #28757D

Tints of Atoll #28757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 14.18%
G = 41.49%
B = 44.33%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28757D (or 0x28757D) is known color: Atoll. HEX triplet: 28, 75 and 7D. RGB value is (40,117,125). Sum of RGB (Red+Green+Blue) = 40+117+125=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #28757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28757D is #D78A82. Grayscale: #5E5E5E. Windows color (decimal): -14125699 or 8221992. OLE color: 8221992.

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

Color convert

RGB 40 117 125 -
CMYK 0.68 0.06 0 0.51
HSL 185.65º 0.52% 0.32% -
HSV(B) 185.65º 0.68% 0.49% -
XYZ 10.94 14.65 21.65 -
YUV 94.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 40 117 125 0.68 0.06 0 0.51 185.65 0.52 0.32
Hex 28 75 7D 44 6 0 33 BA 34 20
Octal 50 165 175 104 6 0 63 272 64 40
Binary 101000 1110101 1111101 1000100 110 0 110011 10111010 110100 100000

Color Harmonies of #28757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28757D

Black with #28757D

Text Example


Text Example

White with #28757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28757D; }

 p { color: rgb(40,117,125); }

 H1.HeaderClassName
 {
   color: #28757D;
 }
 .AnyTagClassName
 {
   color: #28757D;
 }
</style>

background-color css

<style>
 a { background-color: #28757D; }

 a { background-color: rgb(40,117,125); }

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

border-color css

<style>
 span { border-color: #28757D; }

 span { border-color: rgb(40,117,125); }

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