Html Css Color HEX #388997 Scooter

📋 copy color: '#388997'

red 56 ◦ green 137 ◦ blue 151

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

Shades of Scooter #388997

Tints of Scooter #388997

RGB

 RED value IS 56 (22.27% from 255) = 16.28%

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 16.28%
G = 39.83%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388997 (or 0x388997) is known color: Scooter. HEX triplet: 38, 89 and 97. RGB value is (56,137,151). Sum of RGB (Red+Green+Blue) = 56+137+151=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #388997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388997 is #C77668. Grayscale: #727272. Windows color (decimal): -13071977 or 9931064. OLE color: 9931064.

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

Color convert

RGB 56 137 151 -
CMYK 0.63 0.09 0 0.41
HSL 188.84º 0.46% 0.41% -
HSV(B) 188.84º 0.63% 0.59% -
XYZ 16.16 20.97 32.47 -
YUV 114.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 56 137 151 0.63 0.09 0 0.41 188.84 0.46 0.41
Hex 38 89 97 3F 9 0 29 BD 2E 29
Octal 70 211 227 77 11 0 51 275 56 51
Binary 111000 10001001 10010111 111111 1001 0 101001 10111101 101110 101001

Color Harmonies of #388997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388997

Black with #388997

Text Example


Text Example

White with #388997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388997; }

 p { color: rgb(56,137,151); }

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

background-color css

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

 a { background-color: rgb(56,137,151); }

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

border-color css

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

 span { border-color: rgb(56,137,151); }

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