#35909D

Color #35909D Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #35909D

Tints of Scooter #35909D

Color information

#35909D (or 0x35909D) is unknown color: approx Scooter. HEX triplet: 35, 90 and 9D. RGB value is (53,144,157). Sum of RGB (Red+Green+Blue) = 53+144+157=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #35909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909D is #CA6F62. Grayscale: #767676. Windows color (decimal): -13266787 or 10326069. OLE color: 10326069.

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

Color convert

RGB53144157-
CMYK0.660.0800.38
HSL187.5º49.52%41.18%-
HSV(B)187.5º66.24%61.57%-
XYZ17.5323.1435.44-
YUV118.27149.8581.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=14.97%
G=40.68%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531441570.660.0800.38187.549.5241.18
Hex35909D428026bc3229
Octal65220235102100462746251
Binary110101100100001001110110000101000010011010111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35909D;
 }
 .AnyTagClassName
 {
   color: #35909D;
 }
</style>
background-color css

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

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

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

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

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

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