Html Css Color HEX #35829F Scooter

📋 copy color: '#35829F'

red 53 ◦ green 130 ◦ blue 159

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

Shades of Scooter #35829F

Tints of Scooter #35829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 15.5%
G = 38.01%
B = 46.49%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35829F (or 0x35829F) is known color: Scooter. HEX triplet: 35, 82 and 9F. RGB value is (53,130,159). Sum of RGB (Red+Green+Blue) = 53+130+159=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #35829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35829F is #CA7D60. Grayscale: #6E6E6E. Windows color (decimal): -13270369 or 10453557. OLE color: 10453557.

HSL color Cylindrical-coordinate representation of color #35829F: hue angle of 196.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35829F is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 130 159 -
CMYK 0.67 0.18 0 0.38
HSL 196.42º 0.5% 0.42% -
HSV(B) 196.42º 0.67% 0.62% -
XYZ 15.71 19.23 35.68 -
YUV 110.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 53 130 159 0.67 0.18 0 0.38 196.42 0.5 0.42
Hex 35 82 9F 43 12 0 26 C4 32 2A
Octal 65 202 237 103 22 0 46 304 62 52
Binary 110101 10000010 10011111 1000011 10010 0 100110 11000100 110010 101010

Color Harmonies of #35829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35829F

Black with #35829F

Text Example


Text Example

White with #35829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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