Html Css Color HEX #388E9D Scooter

📋 copy color: '#388E9D'

red 56 ◦ green 142 ◦ blue 157

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

Shades of Scooter #388E9D

Tints of Scooter #388E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 15.77%
G = 40%
B = 44.23%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388E9D (or 0x388E9D) is known color: Scooter. HEX triplet: 38, 8E and 9D. RGB value is (56,142,157). Sum of RGB (Red+Green+Blue) = 56+142+157=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #388E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388E9D is #C77162. Grayscale: #757575. Windows color (decimal): -13070691 or 10325560. OLE color: 10325560.

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

Color convert

RGB 56 142 157 -
CMYK 0.64 0.10 0 0.38
HSL 188.91º 0.47% 0.42% -
HSV(B) 188.91º 0.64% 0.62% -
XYZ 17.39 22.62 35.35 -
YUV 118 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 56 142 157 0.64 0.10 0 0.38 188.91 0.47 0.42
Hex 38 8E 9D 40 A 0 26 BD 2F 2A
Octal 70 216 235 100 12 0 46 275 57 52
Binary 111000 10001110 10011101 1000000 1010 0 100110 10111101 101111 101010

Color Harmonies of #388E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388E9D

Black with #388E9D

Text Example


Text Example

White with #388E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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