Html Css Color HEX #399BA5 Scooter

📋 copy color: '#399BA5'

red 57 ◦ green 155 ◦ blue 165

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

Shades of Scooter #399BA5

Tints of Scooter #399BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 15.12%
G = 41.11%
B = 43.77%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#399BA5 (or 0x399BA5) is known color: Scooter. HEX triplet: 39, 9B and A5. RGB value is (57,155,165). Sum of RGB (Red+Green+Blue) = 57+155+165=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #399BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BA5 is #C6645A. Grayscale: #7E7E7E. Windows color (decimal): -13001819 or 10853177. OLE color: 10853177.

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

Color convert

RGB 57 155 165 -
CMYK 0.65 0.06 0 0.35
HSL 185.56º 0.49% 0.44% -
HSV(B) 185.56º 0.65% 0.65% -
XYZ 20.2 27.03 39.75 -
YUV 126.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 57 155 165 0.65 0.06 0 0.35 185.56 0.49 0.44
Hex 39 9B A5 41 6 0 23 BA 31 2C
Octal 71 233 245 101 6 0 43 272 61 54
Binary 111001 10011011 10100101 1000001 110 0 100011 10111010 110001 101100

Color Harmonies of #399BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BA5

Black with #399BA5

Text Example


Text Example

White with #399BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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