#34829B

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

Shades of Scooter #34829B

Tints of Scooter #34829B

Color information

#34829B (or 0x34829B) is unknown color: approx Scooter. HEX triplet: 34, 82 and 9B. RGB value is (52,130,155). Sum of RGB (Red+Green+Blue) = 52+130+155=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #34829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34829B is #CB7D64. Grayscale: #6D6D6D. Windows color (decimal): -13335909 or 10191412. OLE color: 10191412.

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

Color convert

RGB52130155-
CMYK0.660.1600.39
HSL194.56º49.76%40.59%-
HSV(B)194.56º66.45%60.78%-
XYZ15.3219.0633.88-
YUV109.53153.6686.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=15.43%
G=38.58%
B=45.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521301550.660.1600.39194.5649.7640.59
Hex34829B4210027c33229
Octal64202233102200473036251
Binary1101001000001010011011100001010000010011111000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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