Html Css Color HEX #388C9F Scooter

📋 copy color: '#388C9F'

red 56 ◦ green 140 ◦ blue 159

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

Shades of Scooter #388C9F

Tints of Scooter #388C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

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

R = 15.77%
G = 39.44%
B = 44.79%

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

#388C9F (or 0x388C9F) is known color: Scooter. HEX triplet: 38, 8C and 9F. RGB value is (56,140,159). Sum of RGB (Red+Green+Blue) = 56+140+159=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #388C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C9F is #C77360. Grayscale: #747474. Windows color (decimal): -13071201 or 10456120. OLE color: 10456120.

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

Color convert

RGB 56 140 159 -
CMYK 0.65 0.12 0 0.38
HSL 191.07º 0.48% 0.42% -
HSV(B) 191.07º 0.65% 0.62% -
XYZ 17.27 22.1 36.16 -
YUV 117.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 56 140 159 0.65 0.12 0 0.38 191.07 0.48 0.42
Hex 38 8C 9F 41 C 0 26 BF 30 2A
Octal 70 214 237 101 14 0 46 277 60 52
Binary 111000 10001100 10011111 1000001 1100 0 100110 10111111 110000 101010

Color Harmonies of #388C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C9F

Black with #388C9F

Text Example


Text Example

White with #388C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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