#33829A

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

Shades of Scooter #33829A

Tints of Scooter #33829A

Color information

#33829A (or 0x33829A) is unknown color: approx Scooter. HEX triplet: 33, 82 and 9A. RGB value is (51,130,154). Sum of RGB (Red+Green+Blue) = 51+130+154=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #33829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33829A is #CC7D65. Grayscale: #6C6C6C. Windows color (decimal): -13401446 or 10125875. OLE color: 10125875.

HSL color Cylindrical-coordinate representation of color #33829A: hue angle of 193.98º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33829A is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB51130154-
CMYK0.670.1600.40
HSL193.98º50.24%40.2%-
HSV(B)193.98º66.88%60.39%-
XYZ15.181933.44-
YUV109.12153.3386.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=15.22%
G=38.81%
B=45.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511301540.670.1600.40193.9850.2440.2
Hex33829A4310028c23228
Octal63202232103200503026250
Binary1100111000001010011010100001110000010100011000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33829A; }

 p { color: rgb(51,130,154); }

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

<style>
 a { background-color: #33829A; }

 a { background-color: rgb(51,130,154); }

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

<style>
 span { border-color: #33829A; }

 span { border-color: rgb(51,130,154); }

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