Html Css Color HEX #398D99 Scooter

📋 copy color: '#398D99'

red 57 ◦ green 141 ◦ blue 153

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

Shades of Scooter #398D99

Tints of Scooter #398D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

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

R = 16.24%
G = 40.17%
B = 43.59%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398D99 (or 0x398D99) is known color: Scooter. HEX triplet: 39, 8D and 99. RGB value is (57,141,153). Sum of RGB (Red+Green+Blue) = 57+141+153=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #398D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398D99 is #C67266. Grayscale: #757575. Windows color (decimal): -13005415 or 10063161. OLE color: 10063161.

HSL color Cylindrical-coordinate representation of color #398D99: hue angle of 187.5º 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 #398D99 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 141 153 -
CMYK 0.63 0.08 0 0.4
HSL 187.5º 0.46% 0.41% -
HSV(B) 187.5º 0.63% 0.6% -
XYZ 16.96 22.22 33.53 -
YUV 117.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 57 141 153 0.63 0.08 0 0.4 187.5 0.46 0.41
Hex 39 8D 99 3F 8 0 28 BC 2E 29
Octal 71 215 231 77 10 0 50 274 56 51
Binary 111001 10001101 10011001 111111 1000 0 101000 10111100 101110 101001

Color Harmonies of #398D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398D99

Black with #398D99

Text Example


Text Example

White with #398D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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