Html Css Color HEX #338D99 Scooter

📋 copy color: '#338D99'

red 51 ◦ green 141 ◦ blue 153

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

Shades of Scooter #338D99

Tints of Scooter #338D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

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

R = 14.78%
G = 40.87%
B = 44.35%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#338D99 (or 0x338D99) is known color: Scooter. HEX triplet: 33, 8D and 99. RGB value is (51,141,153). Sum of RGB (Red+Green+Blue) = 51+141+153=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #338D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D99 is #CC7266. Grayscale: #737373. Windows color (decimal): -13398631 or 10063155. OLE color: 10063155.

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

Color convert

RGB 51 141 153 -
CMYK 0.67 0.08 0 0.4
HSL 187.06º 0.5% 0.4% -
HSV(B) 187.06º 0.67% 0.6% -
XYZ 16.64 22.05 33.52 -
YUV 115.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 51 141 153 0.67 0.08 0 0.4 187.06 0.5 0.4
Hex 33 8D 99 43 8 0 28 BB 32 28
Octal 63 215 231 103 10 0 50 273 62 50
Binary 110011 10001101 10011001 1000011 1000 0 101000 10111011 110010 101000

Color Harmonies of #338D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338D99

Black with #338D99

Text Example


Text Example

White with #338D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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