Html Css Color HEX #3A859E Scooter

📋 copy color: '#3A859E'

red 58 ◦ green 133 ◦ blue 158

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

Shades of Scooter #3A859E

Tints of Scooter #3A859E

RGB

 RED value IS 58 (23.05% from 255) = 16.62%

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 16.62%
G = 38.11%
B = 45.27%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A859E (or 0x3A859E) is known color: Scooter. HEX triplet: 3A, 85 and 9E. RGB value is (58,133,158). Sum of RGB (Red+Green+Blue) = 58+133+158=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A859E is #C57A61. Grayscale: #717171. Windows color (decimal): -12941922 or 10388794. OLE color: 10388794.

HSL color Cylindrical-coordinate representation of color #3A859E: hue angle of 195º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A859E is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 133 158 -
CMYK 0.63 0.16 0 0.38
HSL 195º 0.46% 0.42% -
HSV(B) 195º 0.63% 0.62% -
XYZ 16.3 20.14 35.38 -
YUV 113.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 58 133 158 0.63 0.16 0 0.38 195 0.46 0.42
Hex 3A 85 9E 3F 10 0 26 C3 2E 2A
Octal 72 205 236 77 20 0 46 303 56 52
Binary 111010 10000101 10011110 111111 10000 0 100110 11000011 101110 101010

Color Harmonies of #3A859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A859E

Black with #3A859E

Text Example


Text Example

White with #3A859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A859E; }

 p { color: rgb(58,133,158); }

 H1.HeaderClassName
 {
   color: #3A859E;
 }
 .AnyTagClassName
 {
   color: #3A859E;
 }
</style>

background-color css

<style>
 a { background-color: #3A859E; }

 a { background-color: rgb(58,133,158); }

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

border-color css

<style>
 span { border-color: #3A859E; }

 span { border-color: rgb(58,133,158); }

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