Html Css Color HEX #398796 Scooter

📋 copy color: '#398796'

red 57 ◦ green 135 ◦ blue 150

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

Shades of Scooter #398796

Tints of Scooter #398796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 16.67%
G = 39.47%
B = 43.86%

CMYK

 C value IS 0.62

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398796 (or 0x398796) is known color: Scooter. HEX triplet: 39, 87 and 96. RGB value is (57,135,150). Sum of RGB (Red+Green+Blue) = 57+135+150=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #398796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398796 is #C67869. Grayscale: #717171. Windows color (decimal): -13006954 or 9865017. OLE color: 9865017.

HSL color Cylindrical-coordinate representation of color #398796: hue angle of 189.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398796 is Cyan = 0.62, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 135 150 -
CMYK 0.62 0.1 0 0.41
HSL 189.68º 0.45% 0.41% -
HSV(B) 189.68º 0.62% 0.59% -
XYZ 15.86 20.4 31.96 -
YUV 113.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 57 135 150 0.62 0.1 0 0.41 189.68 0.45 0.41
Hex 39 87 96 3E A 0 29 BE 2D 29
Octal 71 207 226 76 12 0 51 276 55 51
Binary 111001 10000111 10010110 111110 1010 0 101001 10111110 101101 101001

Color Harmonies of #398796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398796

Black with #398796

Text Example


Text Example

White with #398796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398796; }

 p { color: rgb(57,135,150); }

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

background-color css

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

 a { background-color: rgb(57,135,150); }

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

border-color css

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

 span { border-color: rgb(57,135,150); }

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