Html Css Color HEX #388B9F Scooter

📋 copy color: '#388B9F'

red 56 ◦ green 139 ◦ blue 159

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

Shades of Scooter #388B9F

Tints of Scooter #388B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 15.82%
G = 39.27%
B = 44.92%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388B9F (or 0x388B9F) is known color: Scooter. HEX triplet: 38, 8B and 9F. RGB value is (56,139,159). Sum of RGB (Red+Green+Blue) = 56+139+159=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #388B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B9F is #C77460. Grayscale: #747474. Windows color (decimal): -13071457 or 10455864. OLE color: 10455864.

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

Color convert

RGB 56 139 159 -
CMYK 0.65 0.13 0 0.38
HSL 191.65º 0.48% 0.42% -
HSV(B) 191.65º 0.65% 0.62% -
XYZ 17.12 21.81 36.11 -
YUV 116.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 56 139 159 0.65 0.13 0 0.38 191.65 0.48 0.42
Hex 38 8B 9F 41 D 0 26 C0 30 2A
Octal 70 213 237 101 15 0 46 300 60 52
Binary 111000 10001011 10011111 1000001 1101 0 100110 11000000 110000 101010

Color Harmonies of #388B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B9F

Black with #388B9F

Text Example


Text Example

White with #388B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,139,159); }

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

background-color css

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

 a { background-color: rgb(56,139,159); }

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

border-color css

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

 span { border-color: rgb(56,139,159); }

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