Html Css Color HEX #388F99 Scooter

📋 copy color: '#388F99'

red 56 ◦ green 143 ◦ blue 153

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

Shades of Scooter #388F99

Tints of Scooter #388F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 15.91%
G = 40.63%
B = 43.47%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388F99 (or 0x388F99) is known color: Scooter. HEX triplet: 38, 8F and 99. RGB value is (56,143,153). Sum of RGB (Red+Green+Blue) = 56+143+153=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #388F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F99 is #C77066. Grayscale: #757575. Windows color (decimal): -13070439 or 10063672. OLE color: 10063672.

HSL color Cylindrical-coordinate representation of color #388F99: hue angle of 186.19º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388F99 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 143 153 -
CMYK 0.63 0.07 0 0.4
HSL 186.19º 0.46% 0.41% -
HSV(B) 186.19º 0.63% 0.6% -
XYZ 17.2 22.79 33.63 -
YUV 118.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 56 143 153 0.63 0.07 0 0.4 186.19 0.46 0.41
Hex 38 8F 99 3F 7 0 28 BA 2E 29
Octal 70 217 231 77 7 0 50 272 56 51
Binary 111000 10001111 10011001 111111 111 0 101000 10111010 101110 101001

Color Harmonies of #388F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F99

Black with #388F99

Text Example


Text Example

White with #388F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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