Html Css Color HEX #35829C Scooter

📋 copy color: '#35829C'

red 53 ◦ green 130 ◦ blue 156

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

Shades of Scooter #35829C

Tints of Scooter #35829C

RGB

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

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

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

R = 15.63%
G = 38.35%
B = 46.02%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35829C (or 0x35829C) is known color: Scooter. HEX triplet: 35, 82 and 9C. RGB value is (53,130,156). Sum of RGB (Red+Green+Blue) = 53+130+156=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #35829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35829C is #CA7D63. Grayscale: #6D6D6D. Windows color (decimal): -13270372 or 10256949. OLE color: 10256949.

HSL color Cylindrical-coordinate representation of color #35829C: hue angle of 195.15º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35829C is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 130 156 -
CMYK 0.66 0.17 0 0.39
HSL 195.15º 0.49% 0.41% -
HSV(B) 195.15º 0.66% 0.61% -
XYZ 15.45 19.12 34.33 -
YUV 109.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 53 130 156 0.66 0.17 0 0.39 195.15 0.49 0.41
Hex 35 82 9C 42 11 0 27 C3 31 29
Octal 65 202 234 102 21 0 47 303 61 51
Binary 110101 10000010 10011100 1000010 10001 0 100111 11000011 110001 101001

Color Harmonies of #35829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35829C

Black with #35829C

Text Example


Text Example

White with #35829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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