Html Css Color HEX #388D9D Scooter

📋 copy color: '#388D9D'

red 56 ◦ green 141 ◦ blue 157

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

Shades of Scooter #388D9D

Tints of Scooter #388D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 15.82%
G = 39.83%
B = 44.35%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388D9D (or 0x388D9D) is known color: Scooter. HEX triplet: 38, 8D and 9D. RGB value is (56,141,157). Sum of RGB (Red+Green+Blue) = 56+141+157=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #388D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388D9D is #C77262. Grayscale: #757575. Windows color (decimal): -13070947 or 10325304. OLE color: 10325304.

HSL color Cylindrical-coordinate representation of color #388D9D: hue angle of 189.5º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388D9D is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 141 157 -
CMYK 0.64 0.10 0 0.38
HSL 189.5º 0.47% 0.42% -
HSV(B) 189.5º 0.64% 0.62% -
XYZ 17.24 22.32 35.3 -
YUV 117.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 56 141 157 0.64 0.10 0 0.38 189.5 0.47 0.42
Hex 38 8D 9D 40 A 0 26 BE 2F 2A
Octal 70 215 235 100 12 0 46 276 57 52
Binary 111000 10001101 10011101 1000000 1010 0 100110 10111110 101111 101010

Color Harmonies of #388D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D9D

Black with #388D9D

Text Example


Text Example

White with #388D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D9D; }

 p { color: rgb(56,141,157); }

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

background-color css

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

 a { background-color: rgb(56,141,157); }

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

border-color css

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

 span { border-color: rgb(56,141,157); }

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