Html Css Color HEX #388B9E Scooter

📋 copy color: '#388B9E'

red 56 ◦ green 139 ◦ blue 158

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

Shades of Scooter #388B9E

Tints of Scooter #388B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 15.86%
G = 39.38%
B = 44.76%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388B9E (or 0x388B9E) is known color: Scooter. HEX triplet: 38, 8B and 9E. RGB value is (56,139,158). Sum of RGB (Red+Green+Blue) = 56+139+158=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #388B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B9E is #C77461. Grayscale: #747474. Windows color (decimal): -13071458 or 10390328. OLE color: 10390328.

HSL color Cylindrical-coordinate representation of color #388B9E: hue angle of 191.18º 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 #388B9E is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 139 158 -
CMYK 0.65 0.12 0 0.38
HSL 191.18º 0.48% 0.42% -
HSV(B) 191.18º 0.65% 0.62% -
XYZ 17.04 21.77 35.65 -
YUV 116.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 56 139 158 0.65 0.12 0 0.38 191.18 0.48 0.42
Hex 38 8B 9E 41 C 0 26 BF 30 2A
Octal 70 213 236 101 14 0 46 277 60 52
Binary 111000 10001011 10011110 1000001 1100 0 100110 10111111 110000 101010

Color Harmonies of #388B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B9E

Black with #388B9E

Text Example


Text Example

White with #388B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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