Html Css Color HEX #398B9B Scooter

📋 copy color: '#398B9B'

red 57 ◦ green 139 ◦ blue 155

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

Shades of Scooter #398B9B

Tints of Scooter #398B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

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

R = 16.24%
G = 39.6%
B = 44.16%

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

#398B9B (or 0x398B9B) is known color: Scooter. HEX triplet: 39, 8B and 9B. RGB value is (57,139,155). Sum of RGB (Red+Green+Blue) = 57+139+155=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #398B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B9B is #C67464. Grayscale: #747474. Windows color (decimal): -13005925 or 10193721. OLE color: 10193721.

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

Color convert

RGB 57 139 155 -
CMYK 0.63 0.10 0 0.39
HSL 189.8º 0.46% 0.42% -
HSV(B) 189.8º 0.63% 0.61% -
XYZ 16.84 21.7 34.31 -
YUV 116.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 57 139 155 0.63 0.10 0 0.39 189.8 0.46 0.42
Hex 39 8B 9B 3F A 0 27 BE 2E 2A
Octal 71 213 233 77 12 0 47 276 56 52
Binary 111001 10001011 10011011 111111 1010 0 100111 10111110 101110 101010

Color Harmonies of #398B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B9B

Black with #398B9B

Text Example


Text Example

White with #398B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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