Html Css Color HEX #399BAB Scooter

📋 copy color: '#399BAB'

red 57 ◦ green 155 ◦ blue 171

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

Shades of Scooter #399BAB

Tints of Scooter #399BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

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

R = 14.88%
G = 40.47%
B = 44.65%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#399BAB (or 0x399BAB) is known color: Scooter. HEX triplet: 39, 9B and AB. RGB value is (57,155,171). Sum of RGB (Red+Green+Blue) = 57+155+171=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #399BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BAB is #C66454. Grayscale: #7F7F7F. Windows color (decimal): -13001813 or 11246393. OLE color: 11246393.

HSL color Cylindrical-coordinate representation of color #399BAB: hue angle of 188.42º 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 #399BAB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 155 171 -
CMYK 0.67 0.09 0 0.33
HSL 188.42º 0.5% 0.45% -
HSV(B) 188.42º 0.67% 0.67% -
XYZ 20.76 27.25 42.69 -
YUV 127.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 57 155 171 0.67 0.09 0 0.33 188.42 0.5 0.45
Hex 39 9B AB 43 9 0 21 BC 32 2D
Octal 71 233 253 103 11 0 41 274 62 55
Binary 111001 10011011 10101011 1000011 1001 0 100001 10111100 110010 101101

Color Harmonies of #399BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BAB

Black with #399BAB

Text Example


Text Example

White with #399BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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