Html Css Color HEX #388796 Scooter

📋 copy color: '#388796'

red 56 ◦ green 135 ◦ blue 150

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

Shades of Scooter #388796

Tints of Scooter #388796

RGB

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

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

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

R = 16.42%
G = 39.59%
B = 43.99%

CMYK

 C value IS 0.63

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388796 (or 0x388796) is known color: Scooter. HEX triplet: 38, 87 and 96. RGB value is (56,135,150). Sum of RGB (Red+Green+Blue) = 56+135+150=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #388796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388796 is #C77869. Grayscale: #707070. Windows color (decimal): -13072490 or 9865016. OLE color: 9865016.

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

Color convert

RGB 56 135 150 -
CMYK 0.63 0.1 0 0.41
HSL 189.57º 0.46% 0.4% -
HSV(B) 189.57º 0.63% 0.59% -
XYZ 15.8 20.37 31.95 -
YUV 113.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 56 135 150 0.63 0.1 0 0.41 189.57 0.46 0.4
Hex 38 87 96 3F A 0 29 BE 2E 28
Octal 70 207 226 77 12 0 51 276 56 50
Binary 111000 10000111 10010110 111111 1010 0 101001 10111110 101110 101000

Color Harmonies of #388796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388796

Black with #388796

Text Example


Text Example

White with #388796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388796; }

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

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

background-color css

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

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

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

border-color css

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

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

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