Html Css Color HEX #398999 Scooter

📋 copy color: '#398999'

red 57 ◦ green 137 ◦ blue 153

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

Shades of Scooter #398999

Tints of Scooter #398999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 16.43%
G = 39.48%
B = 44.09%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398999 (or 0x398999) is known color: Scooter. HEX triplet: 39, 89 and 99. RGB value is (57,137,153). Sum of RGB (Red+Green+Blue) = 57+137+153=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #398999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398999 is #C67666. Grayscale: #727272. Windows color (decimal): -13006439 or 10062137. OLE color: 10062137.

HSL color Cylindrical-coordinate representation of color #398999: hue angle of 190º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398999 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 137 153 -
CMYK 0.63 0.10 0 0.4
HSL 190º 0.46% 0.41% -
HSV(B) 190º 0.63% 0.6% -
XYZ 16.38 21.06 33.34 -
YUV 114.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 57 137 153 0.63 0.10 0 0.4 190 0.46 0.41
Hex 39 89 99 3F A 0 28 BE 2E 29
Octal 71 211 231 77 12 0 50 276 56 51
Binary 111001 10001001 10011001 111111 1010 0 101000 10111110 101110 101001

Color Harmonies of #398999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398999

Black with #398999

Text Example


Text Example

White with #398999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398999; }

 p { color: rgb(57,137,153); }

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

background-color css

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

 a { background-color: rgb(57,137,153); }

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

border-color css

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

 span { border-color: rgb(57,137,153); }

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