Html Css Color HEX #399DAB Scooter

📋 copy color: '#399DAB'

red 57 ◦ green 157 ◦ blue 171

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

Shades of Scooter #399DAB

Tints of Scooter #399DAB

RGB

 RED value IS 57 (22.66% from 255) = 14.81%

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 14.81%
G = 40.78%
B = 44.42%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#399DAB (or 0x399DAB) is known color: Scooter. HEX triplet: 39, 9D and AB. RGB value is (57,157,171). Sum of RGB (Red+Green+Blue) = 57+157+171=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #399DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399DAB is #C66254. Grayscale: #808080. Windows color (decimal): -13001301 or 11246905. OLE color: 11246905.

HSL color Cylindrical-coordinate representation of color #399DAB: hue angle of 187.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399DAB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 157 171 -
CMYK 0.67 0.08 0 0.33
HSL 187.37º 0.5% 0.45% -
HSV(B) 187.37º 0.67% 0.67% -
XYZ 21.1 27.92 42.81 -
YUV 128.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 57 157 171 0.67 0.08 0 0.33 187.37 0.5 0.45
Hex 39 9D AB 43 8 0 21 BB 32 2D
Octal 71 235 253 103 10 0 41 273 62 55
Binary 111001 10011101 10101011 1000011 1000 0 100001 10111011 110010 101101

Color Harmonies of #399DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DAB

Black with #399DAB

Text Example


Text Example

White with #399DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399DAB; }

 p { color: rgb(57,157,171); }

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

background-color css

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

 a { background-color: rgb(57,157,171); }

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

border-color css

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

 span { border-color: rgb(57,157,171); }

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