Html Css Color HEX #398A99 Scooter

📋 copy color: '#398A99'

red 57 ◦ green 138 ◦ blue 153

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

Shades of Scooter #398A99

Tints of Scooter #398A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

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

R = 16.38%
G = 39.66%
B = 43.97%

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

#398A99 (or 0x398A99) is known color: Scooter. HEX triplet: 39, 8A and 99. RGB value is (57,138,153). Sum of RGB (Red+Green+Blue) = 57+138+153=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #398A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A99 is #C67566. Grayscale: #737373. Windows color (decimal): -13006183 or 10062393. OLE color: 10062393.

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

Color convert

RGB 57 138 153 -
CMYK 0.63 0.10 0 0.4
HSL 189.38º 0.46% 0.41% -
HSV(B) 189.38º 0.63% 0.6% -
XYZ 16.53 21.35 33.39 -
YUV 115.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 57 138 153 0.63 0.10 0 0.4 189.38 0.46 0.41
Hex 39 8A 99 3F A 0 28 BD 2E 29
Octal 71 212 231 77 12 0 50 275 56 51
Binary 111001 10001010 10011001 111111 1010 0 101000 10111101 101110 101001

Color Harmonies of #398A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A99

Black with #398A99

Text Example


Text Example

White with #398A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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