Html Css Color HEX #398C9B Scooter

📋 copy color: '#398C9B'

red 57 ◦ green 140 ◦ blue 155

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

Shades of Scooter #398C9B

Tints of Scooter #398C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.77%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 16.19%
G = 39.77%
B = 44.03%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#398C9B (or 0x398C9B) is known color: Scooter. HEX triplet: 39, 8C and 9B. RGB value is (57,140,155). Sum of RGB (Red+Green+Blue) = 57+140+155=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #398C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C9B is #C67364. Grayscale: #747474. Windows color (decimal): -13005669 or 10193977. OLE color: 10193977.

HSL color Cylindrical-coordinate representation of color #398C9B: hue angle of 189.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398C9B is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 140 155 -
CMYK 0.63 0.10 0 0.39
HSL 189.18º 0.46% 0.42% -
HSV(B) 189.18º 0.63% 0.61% -
XYZ 16.98 21.99 34.36 -
YUV 116.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 57 140 155 0.63 0.10 0 0.39 189.18 0.46 0.42
Hex 39 8C 9B 3F A 0 27 BD 2E 2A
Octal 71 214 233 77 12 0 47 275 56 52
Binary 111001 10001100 10011011 111111 1010 0 100111 10111101 101110 101010

Color Harmonies of #398C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C9B

Black with #398C9B

Text Example


Text Example

White with #398C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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