Html Css Color HEX #388F9E Scooter

📋 copy color: '#388F9E'

red 56 ◦ green 143 ◦ blue 158

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

Shades of Scooter #388F9E

Tints of Scooter #388F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.06%

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

R = 15.69%
G = 40.06%
B = 44.26%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#388F9E (or 0x388F9E) is known color: Scooter. HEX triplet: 38, 8F and 9E. RGB value is (56,143,158). Sum of RGB (Red+Green+Blue) = 56+143+158=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #388F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F9E is #C77061. Grayscale: #767676. Windows color (decimal): -13070434 or 10391352. OLE color: 10391352.

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

Color convert

RGB 56 143 158 -
CMYK 0.65 0.09 0 0.38
HSL 188.82º 0.48% 0.42% -
HSV(B) 188.82º 0.65% 0.62% -
XYZ 17.62 22.95 35.85 -
YUV 118.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 56 143 158 0.65 0.09 0 0.38 188.82 0.48 0.42
Hex 38 8F 9E 41 9 0 26 BD 30 2A
Octal 70 217 236 101 11 0 46 275 60 52
Binary 111000 10001111 10011110 1000001 1001 0 100110 10111101 110000 101010

Color Harmonies of #388F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F9E

Black with #388F9E

Text Example


Text Example

White with #388F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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