Html Css Color HEX #398699 Scooter

📋 copy color: '#398699'

red 57 ◦ green 134 ◦ blue 153

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

Shades of Scooter #398699

Tints of Scooter #398699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

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

R = 16.57%
G = 38.95%
B = 44.48%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#398699 (or 0x398699) is known color: Scooter. HEX triplet: 39, 86 and 99. RGB value is (57,134,153). Sum of RGB (Red+Green+Blue) = 57+134+153=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #398699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398699 is #C67966. Grayscale: #707070. Windows color (decimal): -13007207 or 10061369. OLE color: 10061369.

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

Color convert

RGB 57 134 153 -
CMYK 0.63 0.12 0 0.4
HSL 191.88º 0.46% 0.41% -
HSV(B) 191.88º 0.63% 0.6% -
XYZ 15.96 20.22 33.2 -
YUV 113.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 57 134 153 0.63 0.12 0 0.4 191.88 0.46 0.41
Hex 39 86 99 3F C 0 28 C0 2E 29
Octal 71 206 231 77 14 0 50 300 56 51
Binary 111001 10000110 10011001 111111 1100 0 101000 11000000 101110 101001

Color Harmonies of #398699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398699

Black with #398699

Text Example


Text Example

White with #398699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398699; }

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

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

background-color css

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

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

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

border-color css

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

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

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