Html Css Color HEX #35829D Scooter

📋 copy color: '#35829D'

red 53 ◦ green 130 ◦ blue 157

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

Shades of Scooter #35829D

Tints of Scooter #35829D

RGB

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

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

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

R = 15.59%
G = 38.24%
B = 46.18%

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

#35829D (or 0x35829D) is known color: Scooter. HEX triplet: 35, 82 and 9D. RGB value is (53,130,157). Sum of RGB (Red+Green+Blue) = 53+130+157=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #35829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35829D is #CA7D62. Grayscale: #6D6D6D. Windows color (decimal): -13270371 or 10322485. OLE color: 10322485.

HSL color Cylindrical-coordinate representation of color #35829D: hue angle of 195.58º 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 #35829D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 130 157 -
CMYK 0.66 0.17 0 0.38
HSL 195.58º 0.5% 0.41% -
HSV(B) 195.58º 0.66% 0.62% -
XYZ 15.54 19.16 34.78 -
YUV 110.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 53 130 157 0.66 0.17 0 0.38 195.58 0.5 0.41
Hex 35 82 9D 42 11 0 26 C4 32 29
Octal 65 202 235 102 21 0 46 304 62 51
Binary 110101 10000010 10011101 1000010 10001 0 100110 11000100 110010 101001

Color Harmonies of #35829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35829D

Black with #35829D

Text Example


Text Example

White with #35829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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