Html Css Color HEX #398495 Scooter

📋 copy color: '#398495'

red 57 ◦ green 132 ◦ blue 149

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

Shades of Scooter #398495

Tints of Scooter #398495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 16.86%
G = 39.05%
B = 44.08%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398495 (or 0x398495) is known color: Scooter. HEX triplet: 39, 84 and 95. RGB value is (57,132,149). Sum of RGB (Red+Green+Blue) = 57+132+149=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #398495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398495 is #C67B6A. Grayscale: #6F6F6F. Windows color (decimal): -13007723 or 9798713. OLE color: 9798713.

HSL color Cylindrical-coordinate representation of color #398495: hue angle of 191.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398495 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 132 149 -
CMYK 0.62 0.11 0 0.42
HSL 191.09º 0.45% 0.4% -
HSV(B) 191.09º 0.62% 0.58% -
XYZ 15.36 19.54 31.4 -
YUV 111.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 57 132 149 0.62 0.11 0 0.42 191.09 0.45 0.4
Hex 39 84 95 3E B 0 2A BF 2D 28
Octal 71 204 225 76 13 0 52 277 55 50
Binary 111001 10000100 10010101 111110 1011 0 101010 10111111 101101 101000

Color Harmonies of #398495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398495

Black with #398495

Text Example


Text Example

White with #398495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398495; }

 p { color: rgb(57,132,149); }

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

background-color css

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

 a { background-color: rgb(57,132,149); }

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

border-color css

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

 span { border-color: rgb(57,132,149); }

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