Html Css Color HEX #388C9D Scooter

📋 copy color: '#388C9D'

red 56 ◦ green 140 ◦ blue 157

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

Shades of Scooter #388C9D

Tints of Scooter #388C9D

RGB

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

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

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

R = 15.86%
G = 39.66%
B = 44.48%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388C9D (or 0x388C9D) is known color: Scooter. HEX triplet: 38, 8C and 9D. RGB value is (56,140,157). Sum of RGB (Red+Green+Blue) = 56+140+157=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #388C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C9D is #C77362. Grayscale: #747474. Windows color (decimal): -13071203 or 10325048. OLE color: 10325048.

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

Color convert

RGB 56 140 157 -
CMYK 0.64 0.11 0 0.38
HSL 190.1º 0.47% 0.42% -
HSV(B) 190.1º 0.64% 0.62% -
XYZ 17.09 22.03 35.25 -
YUV 116.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 56 140 157 0.64 0.11 0 0.38 190.1 0.47 0.42
Hex 38 8C 9D 40 B 0 26 BE 2F 2A
Octal 70 214 235 100 13 0 46 276 57 52
Binary 111000 10001100 10011101 1000000 1011 0 100110 10111110 101111 101010

Color Harmonies of #388C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C9D

Black with #388C9D

Text Example


Text Example

White with #388C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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