#34949B

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

Shades of Scooter #34949B

Tints of Scooter #34949B

Color information

#34949B (or 0x34949B) is unknown color: approx Scooter. HEX triplet: 34, 94 and 9B. RGB value is (52,148,155). Sum of RGB (Red+Green+Blue) = 52+148+155=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #34949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34949B is #CB6B64. Grayscale: #777777. Windows color (decimal): -13331301 or 10196020. OLE color: 10196020.

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

Color convert

RGB52148155-
CMYK0.660.0500.39
HSL184.08º49.76%40.59%-
HSV(B)184.08º66.45%60.78%-
XYZ17.9224.2834.75-
YUV120.09147.779.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=14.65%
G=41.69%
B=43.66%

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
Decimal521481550.660.0500.39184.0849.7640.59
Hex34949B425027b83229
Octal6422423310250472706251
Binary11010010010100100110111000010101010011110111000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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