#35949B

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

Shades of Scooter #35949B

Tints of Scooter #35949B

Color information

#35949B (or 0x35949B) is unknown color: approx Scooter. HEX triplet: 35, 94 and 9B. RGB value is (53,148,155). Sum of RGB (Red+Green+Blue) = 53+148+155=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #35949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35949B is #CA6B64. Grayscale: #787878. Windows color (decimal): -13265765 or 10196021. OLE color: 10196021.

HSL color Cylindrical-coordinate representation of color #35949B: hue angle of 184.12º 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 #35949B is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53148155-
CMYK0.660.0500.39
HSL184.12º49.04%40.78%-
HSV(B)184.12º65.81%60.78%-
XYZ17.9724.334.75-
YUV120.39147.5379.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.89%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=14.89%
G=41.57%
B=43.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531481550.660.0500.39184.1249.0440.78
Hex35949B425027b83129
Octal6522423310250472706151
Binary11010110010100100110111000010101010011110111000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35949B; }

 p { color: rgb(53,148,155); }

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

<style>
 a { background-color: #35949B; }

 a { background-color: rgb(53,148,155); }

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

<style>
 span { border-color: #35949B; }

 span { border-color: rgb(53,148,155); }

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