Html Css Color HEX #338499 Scooter

📋 copy color: '#338499'

red 51 ◦ green 132 ◦ blue 153

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

Shades of Scooter #338499

Tints of Scooter #338499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 15.18%
G = 39.29%
B = 45.54%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#338499 (or 0x338499) is known color: Scooter. HEX triplet: 33, 84 and 99. RGB value is (51,132,153). Sum of RGB (Red+Green+Blue) = 51+132+153=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #338499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338499 is #CC7B66. Grayscale: #6E6E6E. Windows color (decimal): -13400935 or 10060851. OLE color: 10060851.

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

Color convert

RGB 51 132 153 -
CMYK 0.67 0.14 0 0.4
HSL 192.35º 0.5% 0.4% -
HSV(B) 192.35º 0.67% 0.6% -
XYZ 15.37 19.51 33.09 -
YUV 110.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 51 132 153 0.67 0.14 0 0.4 192.35 0.5 0.4
Hex 33 84 99 43 E 0 28 C0 32 28
Octal 63 204 231 103 16 0 50 300 62 50
Binary 110011 10000100 10011001 1000011 1110 0 101000 11000000 110010 101000

Color Harmonies of #338499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338499

Black with #338499

Text Example


Text Example

White with #338499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338499; }

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

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

background-color css

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

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

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

border-color css

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

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

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