Html Css Color HEX #398EA2 Scooter

📋 copy color: '#398EA2'

red 57 ◦ green 142 ◦ blue 162

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

Shades of Scooter #398EA2

Tints of Scooter #398EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.88%

R = 15.79%
G = 39.34%
B = 44.88%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#398EA2 (or 0x398EA2) is known color: Scooter. HEX triplet: 39, 8E and A2. RGB value is (57,142,162). Sum of RGB (Red+Green+Blue) = 57+142+162=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #398EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398EA2 is #C6715D. Grayscale: #767676. Windows color (decimal): -13005150 or 10653241. OLE color: 10653241.

HSL color Cylindrical-coordinate representation of color #398EA2: hue angle of 191.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #398EA2 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 57 142 162 -
CMYK 0.65 0.12 0 0.36
HSL 191.43º 0.48% 0.43% -
HSV(B) 191.43º 0.65% 0.64% -
XYZ 17.88 22.82 37.65 -
YUV 118.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 57 142 162 0.65 0.12 0 0.36 191.43 0.48 0.43
Hex 39 8E A2 41 C 0 24 BF 30 2B
Octal 71 216 242 101 14 0 44 277 60 53
Binary 111001 10001110 10100010 1000001 1100 0 100100 10111111 110000 101011

Color Harmonies of #398EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398EA2

Black with #398EA2

Text Example


Text Example

White with #398EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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