Html Css Color HEX #398896 Scooter

📋 copy color: '#398896'

red 57 ◦ green 136 ◦ blue 150

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

Shades of Scooter #398896

Tints of Scooter #398896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 16.62%
G = 39.65%
B = 43.73%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398896 (or 0x398896) is known color: Scooter. HEX triplet: 39, 88 and 96. RGB value is (57,136,150). Sum of RGB (Red+Green+Blue) = 57+136+150=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #398896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398896 is #C67769. Grayscale: #717171. Windows color (decimal): -13006698 or 9865273. OLE color: 9865273.

HSL color Cylindrical-coordinate representation of color #398896: hue angle of 189.03º 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 #398896 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 136 150 -
CMYK 0.62 0.09 0 0.41
HSL 189.03º 0.45% 0.41% -
HSV(B) 189.03º 0.62% 0.59% -
XYZ 16 20.68 32 -
YUV 113.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 57 136 150 0.62 0.09 0 0.41 189.03 0.45 0.41
Hex 39 88 96 3E 9 0 29 BD 2D 29
Octal 71 210 226 76 11 0 51 275 55 51
Binary 111001 10001000 10010110 111110 1001 0 101001 10111101 101101 101001

Color Harmonies of #398896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398896

Black with #398896

Text Example


Text Example

White with #398896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398896; }

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

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

background-color css

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

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

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

border-color css

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

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

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