Html Css Color HEX #28829B Scooter

📋 copy color: '#28829B'

red 40 ◦ green 130 ◦ blue 155

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

Shades of Scooter #28829B

Tints of Scooter #28829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 12.31%
G = 40%
B = 47.69%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28829B (or 0x28829B) is known color: Scooter. HEX triplet: 28, 82 and 9B. RGB value is (40,130,155). Sum of RGB (Red+Green+Blue) = 40+130+155=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #28829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28829B is #D77D64. Grayscale: #696969. Windows color (decimal): -14122341 or 10191400. OLE color: 10191400.

HSL color Cylindrical-coordinate representation of color #28829B: hue angle of 193.04º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28829B is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 130 155 -
CMYK 0.74 0.16 0 0.39
HSL 193.04º 0.59% 0.38% -
HSV(B) 193.04º 0.74% 0.61% -
XYZ 14.77 18.78 33.86 -
YUV 105.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 40 130 155 0.74 0.16 0 0.39 193.04 0.59 0.38
Hex 28 82 9B 4A 10 0 27 C1 3B 26
Octal 50 202 233 112 20 0 47 301 73 46
Binary 101000 10000010 10011011 1001010 10000 0 100111 11000001 111011 100110

Color Harmonies of #28829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28829B

Black with #28829B

Text Example


Text Example

White with #28829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28829B; }

 p { color: rgb(40,130,155); }

 H1.HeaderClassName
 {
   color: #28829B;
 }
 .AnyTagClassName
 {
   color: #28829B;
 }
</style>

background-color css

<style>
 a { background-color: #28829B; }

 a { background-color: rgb(40,130,155); }

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

border-color css

<style>
 span { border-color: #28829B; }

 span { border-color: rgb(40,130,155); }

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