Html Css Color HEX #388C9E Scooter

📋 copy color: '#388C9E'

red 56 ◦ green 140 ◦ blue 158

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

Shades of Scooter #388C9E

Tints of Scooter #388C9E

RGB

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

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

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

R = 15.82%
G = 39.55%
B = 44.63%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388C9E (or 0x388C9E) is known color: Scooter. HEX triplet: 38, 8C and 9E. RGB value is (56,140,158). Sum of RGB (Red+Green+Blue) = 56+140+158=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #388C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C9E is #C77361. Grayscale: #747474. Windows color (decimal): -13071202 or 10390584. OLE color: 10390584.

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

Color convert

RGB 56 140 158 -
CMYK 0.65 0.11 0 0.38
HSL 190.59º 0.48% 0.42% -
HSV(B) 190.59º 0.65% 0.62% -
XYZ 17.18 22.07 35.7 -
YUV 116.94 151.17 84.54 -
System Red Green Blue C M Y K H S L
Decimal 56 140 158 0.65 0.11 0 0.38 190.59 0.48 0.42
Hex 38 8C 9E 41 B 0 26 BF 30 2A
Octal 70 214 236 101 13 0 46 277 60 52
Binary 111000 10001100 10011110 1000001 1011 0 100110 10111111 110000 101010

Color Harmonies of #388C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C9E

Black with #388C9E

Text Example


Text Example

White with #388C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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