Html Css Color HEX #388396 Scooter

📋 copy color: '#388396'

red 56 ◦ green 131 ◦ blue 150

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

Shades of Scooter #388396

Tints of Scooter #388396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 16.62%
G = 38.87%
B = 44.51%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388396 (or 0x388396) is known color: Scooter. HEX triplet: 38, 83 and 96. RGB value is (56,131,150). Sum of RGB (Red+Green+Blue) = 56+131+150=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #388396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388396 is #C77C69. Grayscale: #6E6E6E. Windows color (decimal): -13073514 or 9863992. OLE color: 9863992.

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

Color convert

RGB 56 131 150 -
CMYK 0.63 0.13 0 0.41
HSL 192.13º 0.46% 0.4% -
HSV(B) 192.13º 0.63% 0.59% -
XYZ 15.25 19.28 31.77 -
YUV 110.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 56 131 150 0.63 0.13 0 0.41 192.13 0.46 0.4
Hex 38 83 96 3F D 0 29 C0 2E 28
Octal 70 203 226 77 15 0 51 300 56 50
Binary 111000 10000011 10010110 111111 1101 0 101001 11000000 101110 101000

Color Harmonies of #388396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388396

Black with #388396

Text Example


Text Example

White with #388396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388396; }

 p { color: rgb(56,131,150); }

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

background-color css

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

 a { background-color: rgb(56,131,150); }

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

border-color css

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

 span { border-color: rgb(56,131,150); }

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