#34819E

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

Shades of Scooter #34819E

Tints of Scooter #34819E

Color information

#34819E (or 0x34819E) is unknown color: approx Scooter. HEX triplet: 34, 81 and 9E. RGB value is (52,129,158). Sum of RGB (Red+Green+Blue) = 52+129+158=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #34819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34819E is #CB7E61. Grayscale: #6D6D6D. Windows color (decimal): -13336162 or 10387764. OLE color: 10387764.

HSL color Cylindrical-coordinate representation of color #34819E: hue angle of 196.42º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34819E is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB52129158-
CMYK0.670.1800.38
HSL196.42º50.48%41.18%-
HSV(B)196.42º67.09%61.96%-
XYZ15.4418.935.18-
YUV109.28155.4987.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=15.34%
G=38.05%
B=46.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521291580.670.1800.38196.4250.4841.18
Hex34819E4312026c43229
Octal64201236103220463046251
Binary1101001000000110011110100001110010010011011000100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34819E; }

 p { color: rgb(52,129,158); }

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

<style>
 a { background-color: #34819E; }

 a { background-color: rgb(52,129,158); }

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

<style>
 span { border-color: #34819E; }

 span { border-color: rgb(52,129,158); }

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