Html Css Color HEX #399FA4 Scooter

📋 copy color: '#399FA4'

red 57 ◦ green 159 ◦ blue 164

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

Shades of Scooter #399FA4

Tints of Scooter #399FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.84%

 BLUE value IS 164 (64.45% from 255) = 43.16%

R = 15%
G = 41.84%
B = 43.16%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#399FA4 (or 0x399FA4) is known color: Scooter. HEX triplet: 39, 9F and A4. RGB value is (57,159,164). Sum of RGB (Red+Green+Blue) = 57+159+164=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #399FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399FA4 is #C6605B. Grayscale: #808080. Windows color (decimal): -13000796 or 10788665. OLE color: 10788665.

HSL color Cylindrical-coordinate representation of color #399FA4: hue angle of 182.8º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #399FA4 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 159 164 -
CMYK 0.65 0.03 0 0.36
HSL 182.8º 0.48% 0.43% -
HSV(B) 182.8º 0.65% 0.64% -
XYZ 20.79 28.35 39.5 -
YUV 129.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 57 159 164 0.65 0.03 0 0.36 182.8 0.48 0.43
Hex 39 9F A4 41 3 0 24 B7 30 2B
Octal 71 237 244 101 3 0 44 267 60 53
Binary 111001 10011111 10100100 1000001 11 0 100100 10110111 110000 101011

Color Harmonies of #399FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FA4

Black with #399FA4

Text Example


Text Example

White with #399FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,159,164); }

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

background-color css

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

 a { background-color: rgb(57,159,164); }

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

border-color css

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

 span { border-color: rgb(57,159,164); }

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