Html Css Color HEX #388696 Scooter

📋 copy color: '#388696'

red 56 ◦ green 134 ◦ blue 150

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

Shades of Scooter #388696

Tints of Scooter #388696

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 16.47%
G = 39.41%
B = 44.12%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388696 (or 0x388696) is known color: Scooter. HEX triplet: 38, 86 and 96. RGB value is (56,134,150). Sum of RGB (Red+Green+Blue) = 56+134+150=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #388696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388696 is #C77969. Grayscale: #707070. Windows color (decimal): -13072746 or 9864760. OLE color: 9864760.

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

Color convert

RGB 56 134 150 -
CMYK 0.63 0.11 0 0.41
HSL 190.21º 0.46% 0.4% -
HSV(B) 190.21º 0.63% 0.59% -
XYZ 15.66 20.09 31.91 -
YUV 112.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 56 134 150 0.63 0.11 0 0.41 190.21 0.46 0.4
Hex 38 86 96 3F B 0 29 BE 2E 28
Octal 70 206 226 77 13 0 51 276 56 50
Binary 111000 10000110 10010110 111111 1011 0 101001 10111110 101110 101000

Color Harmonies of #388696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388696

Black with #388696

Text Example


Text Example

White with #388696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388696; }

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

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

background-color css

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

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

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

border-color css

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

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

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