Html Css Color HEX #399CA8 Scooter

📋 copy color: '#399CA8'

red 57 ◦ green 156 ◦ blue 168

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

Shades of Scooter #399CA8

Tints of Scooter #399CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 14.96%
G = 40.94%
B = 44.09%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#399CA8 (or 0x399CA8) is known color: Scooter. HEX triplet: 39, 9C and A8. RGB value is (57,156,168). Sum of RGB (Red+Green+Blue) = 57+156+168=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #399CA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399CA8 is #C66357. Grayscale: #7F7F7F. Windows color (decimal): -13001560 or 11050041. OLE color: 11050041.

HSL color Cylindrical-coordinate representation of color #399CA8: hue angle of 186.49º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #399CA8 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 156 168 -
CMYK 0.66 0.07 0 0.34
HSL 186.49º 0.49% 0.44% -
HSV(B) 186.49º 0.66% 0.66% -
XYZ 20.64 27.47 41.26 -
YUV 127.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 57 156 168 0.66 0.07 0 0.34 186.49 0.49 0.44
Hex 39 9C A8 42 7 0 22 BA 31 2C
Octal 71 234 250 102 7 0 42 272 61 54
Binary 111001 10011100 10101000 1000010 111 0 100010 10111010 110001 101100

Color Harmonies of #399CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CA8

Black with #399CA8

Text Example


Text Example

White with #399CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,156,168); }

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

background-color css

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

 a { background-color: rgb(57,156,168); }

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

border-color css

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

 span { border-color: rgb(57,156,168); }

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