Html Css Color HEX #3399AA Scooter

📋 copy color: '#3399AA'

red 51 ◦ green 153 ◦ blue 170

#3399AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #3399AA

Tints of Scooter #3399AA

RGB

 RED value IS 51 (20.31% from 255) = 13.64%

 GREEN value IS 153 (60.16% from 255) = 40.91%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 13.64%
G = 40.91%
B = 45.45%

CMYK

 C value IS 0.7

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3399AA (or 0x3399AA) is known color: Scooter. HEX triplet: 33, 99 and AA. RGB value is (51,153,170). Sum of RGB (Red+Green+Blue) = 51+153+170=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #3399AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3399AA is #CC6655. Grayscale: #7C7C7C. Windows color (decimal): -13395542 or 11180339. OLE color: 11180339.

HSL color Cylindrical-coordinate representation of color #3399AA: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3399AA is Cyan = 0.7, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 153 170 -
CMYK 0.7 0.1 0 0.33
HSL 188.57º 0.54% 0.43% -
HSV(B) 188.57º 0.7% 0.67% -
XYZ 20.01 26.39 42.07 -
YUV 124.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 51 153 170 0.7 0.1 0 0.33 188.57 0.54 0.43
Hex 33 99 AA 46 A 0 21 BD 36 2B
Octal 63 231 252 106 12 0 41 275 66 53
Binary 110011 10011001 10101010 1000110 1010 0 100001 10111101 110110 101011

Color Harmonies of #3399AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3399AA

Black with #3399AA

Text Example


Text Example

White with #3399AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3399AA; }

 p { color: rgb(51,153,170); }

 H1.HeaderClassName
 {
   color: #3399AA;
 }
 .AnyTagClassName
 {
   color: #3399AA;
 }
</style>

background-color css

<style>
 a { background-color: #3399AA; }

 a { background-color: rgb(51,153,170); }

 div.DivClassName
 {
   background-color: #3399AA;
 }
 .BgClassName
 {
   background-color: #3399AA;
 }
</style>

border-color css

<style>
 span { border-color: #3399AA; }

 span { border-color: rgb(51,153,170); }

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