Html Css Color HEX #339099 Scooter

📋 copy color: '#339099'

red 51 ◦ green 144 ◦ blue 153

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

Shades of Scooter #339099

Tints of Scooter #339099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 14.66%
G = 41.38%
B = 43.97%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#339099 (or 0x339099) is known color: Scooter. HEX triplet: 33, 90 and 99. RGB value is (51,144,153). Sum of RGB (Red+Green+Blue) = 51+144+153=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #339099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339099 is #CC6F66. Grayscale: #757575. Windows color (decimal): -13397863 or 10063923. OLE color: 10063923.

HSL color Cylindrical-coordinate representation of color #339099: hue angle of 185.29º 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 #339099 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 144 153 -
CMYK 0.67 0.06 0 0.4
HSL 185.29º 0.5% 0.4% -
HSV(B) 185.29º 0.67% 0.6% -
XYZ 17.09 22.95 33.67 -
YUV 117.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 51 144 153 0.67 0.06 0 0.4 185.29 0.5 0.4
Hex 33 90 99 43 6 0 28 B9 32 28
Octal 63 220 231 103 6 0 50 271 62 50
Binary 110011 10010000 10011001 1000011 110 0 101000 10111001 110010 101000

Color Harmonies of #339099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339099

Black with #339099

Text Example


Text Example

White with #339099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339099; }

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

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

background-color css

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

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

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

border-color css

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

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

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