Html Css Color HEX #35839D Scooter

📋 copy color: '#35839D'

red 53 ◦ green 131 ◦ blue 157

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

Shades of Scooter #35839D

Tints of Scooter #35839D

RGB

 RED value IS 53 (21.09% from 255) = 15.54%

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 15.54%
G = 38.42%
B = 46.04%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35839D (or 0x35839D) is known color: Scooter. HEX triplet: 35, 83 and 9D. RGB value is (53,131,157). Sum of RGB (Red+Green+Blue) = 53+131+157=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #35839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35839D is #CA7C62. Grayscale: #6E6E6E. Windows color (decimal): -13270115 or 10322741. OLE color: 10322741.

HSL color Cylindrical-coordinate representation of color #35839D: hue angle of 195º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35839D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 131 157 -
CMYK 0.66 0.17 0 0.38
HSL 195º 0.5% 0.41% -
HSV(B) 195º 0.66% 0.62% -
XYZ 15.67 19.42 34.82 -
YUV 110.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 53 131 157 0.66 0.17 0 0.38 195 0.5 0.41
Hex 35 83 9D 42 11 0 26 C3 32 29
Octal 65 203 235 102 21 0 46 303 62 51
Binary 110101 10000011 10011101 1000010 10001 0 100110 11000011 110010 101001

Color Harmonies of #35839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35839D

Black with #35839D

Text Example


Text Example

White with #35839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,131,157); }

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

background-color css

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

 a { background-color: rgb(53,131,157); }

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

border-color css

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

 span { border-color: rgb(53,131,157); }

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