Html Css Color HEX #398E9E Scooter

📋 copy color: '#398E9E'

red 57 ◦ green 142 ◦ blue 158

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

Shades of Scooter #398E9E

Tints of Scooter #398E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 15.97%
G = 39.78%
B = 44.26%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#398E9E (or 0x398E9E) is known color: Scooter. HEX triplet: 39, 8E and 9E. RGB value is (57,142,158). Sum of RGB (Red+Green+Blue) = 57+142+158=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #398E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398E9E is #C67161. Grayscale: #767676. Windows color (decimal): -13005154 or 10391097. OLE color: 10391097.

HSL color Cylindrical-coordinate representation of color #398E9E: hue angle of 189.5º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #398E9E is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 142 158 -
CMYK 0.64 0.10 0 0.38
HSL 189.5º 0.47% 0.42% -
HSV(B) 189.5º 0.64% 0.62% -
XYZ 17.53 22.68 35.8 -
YUV 118.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 57 142 158 0.64 0.10 0 0.38 189.5 0.47 0.42
Hex 39 8E 9E 40 A 0 26 BE 2F 2A
Octal 71 216 236 100 12 0 46 276 57 52
Binary 111001 10001110 10011110 1000000 1010 0 100110 10111110 101111 101010

Color Harmonies of #398E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398E9E

Black with #398E9E

Text Example


Text Example

White with #398E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,142,158); }

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

background-color css

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

 a { background-color: rgb(57,142,158); }

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

border-color css

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

 span { border-color: rgb(57,142,158); }

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