Html Css Color HEX #35859F Scooter

📋 copy color: '#35859F'

red 53 ◦ green 133 ◦ blue 159

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

Shades of Scooter #35859F

Tints of Scooter #35859F

RGB

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

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

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

R = 15.36%
G = 38.55%
B = 46.09%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35859F (or 0x35859F) is known color: Scooter. HEX triplet: 35, 85 and 9F. RGB value is (53,133,159). Sum of RGB (Red+Green+Blue) = 53+133+159=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #35859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35859F is #CA7A60. Grayscale: #6F6F6F. Windows color (decimal): -13269601 or 10454325. OLE color: 10454325.

HSL color Cylindrical-coordinate representation of color #35859F: hue angle of 194.72º 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 #35859F is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 133 159 -
CMYK 0.67 0.16 0 0.38
HSL 194.72º 0.5% 0.42% -
HSV(B) 194.72º 0.67% 0.62% -
XYZ 16.11 20.04 35.82 -
YUV 112.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 53 133 159 0.67 0.16 0 0.38 194.72 0.5 0.42
Hex 35 85 9F 43 10 0 26 C3 32 2A
Octal 65 205 237 103 20 0 46 303 62 52
Binary 110101 10000101 10011111 1000011 10000 0 100110 11000011 110010 101010

Color Harmonies of #35859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35859F

Black with #35859F

Text Example


Text Example

White with #35859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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