#33969B

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

Shades of Scooter #33969B

Tints of Scooter #33969B

Color information

#33969B (or 0x33969B) is unknown color: approx Scooter. HEX triplet: 33, 96 and 9B. RGB value is (51,150,155). Sum of RGB (Red+Green+Blue) = 51+150+155=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 150 (58.98% from 255 or 42.13% 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 #33969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33969B is #CC6964. Grayscale: #787878. Windows color (decimal): -13396325 or 10196531. OLE color: 10196531.

HSL color Cylindrical-coordinate representation of color #33969B: hue angle of 182.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33969B is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51150155-
CMYK0.670.0300.39
HSL182.88º50.49%40.39%-
HSV(B)182.88º67.1%60.78%-
XYZ18.1924.8834.85-
YUV120.97147.278.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=14.33%
G=42.13%
B=43.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511501550.670.0300.39182.8850.4940.39
Hex33969B433027b73228
Octal6322623310330472676250
Binary1100111001011010011011100001111010011110110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,150,155); }

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

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

 a { background-color: rgb(51,150,155); }

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

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

 span { border-color: rgb(51,150,155); }

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