Html Css Color HEX #28859C Scooter

📋 copy color: '#28859C'

red 40 ◦ green 133 ◦ blue 156

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

Shades of Scooter #28859C

Tints of Scooter #28859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 12.16%
G = 40.43%
B = 47.42%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28859C (or 0x28859C) is known color: Scooter. HEX triplet: 28, 85 and 9C. RGB value is (40,133,156). Sum of RGB (Red+Green+Blue) = 40+133+156=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #28859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28859C is #D77A63. Grayscale: #6B6B6B. Windows color (decimal): -14121572 or 10257704. OLE color: 10257704.

HSL color Cylindrical-coordinate representation of color #28859C: hue angle of 191.9º 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 #28859C is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 133 156 -
CMYK 0.74 0.15 0 0.39
HSL 191.9º 0.59% 0.38% -
HSV(B) 191.9º 0.74% 0.61% -
XYZ 15.26 19.63 34.44 -
YUV 107.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 40 133 156 0.74 0.15 0 0.39 191.9 0.59 0.38
Hex 28 85 9C 4A F 0 27 C0 3B 26
Octal 50 205 234 112 17 0 47 300 73 46
Binary 101000 10000101 10011100 1001010 1111 0 100111 11000000 111011 100110

Color Harmonies of #28859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28859C

Black with #28859C

Text Example


Text Example

White with #28859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,133,156); }

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

background-color css

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

 a { background-color: rgb(40,133,156); }

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

border-color css

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

 span { border-color: rgb(40,133,156); }

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