Html Css Color HEX #388B99 Scooter

📋 copy color: '#388B99'

red 56 ◦ green 139 ◦ blue 153

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

Shades of Scooter #388B99

Tints of Scooter #388B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

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

R = 16.09%
G = 39.94%
B = 43.97%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388B99 (or 0x388B99) is known color: Scooter. HEX triplet: 38, 8B and 99. RGB value is (56,139,153). Sum of RGB (Red+Green+Blue) = 56+139+153=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #388B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B99 is #C77466. Grayscale: #737373. Windows color (decimal): -13071463 or 10062648. OLE color: 10062648.

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

Color convert

RGB 56 139 153 -
CMYK 0.63 0.09 0 0.4
HSL 188.66º 0.46% 0.41% -
HSV(B) 188.66º 0.63% 0.6% -
XYZ 16.61 21.61 33.43 -
YUV 115.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 56 139 153 0.63 0.09 0 0.4 188.66 0.46 0.41
Hex 38 8B 99 3F 9 0 28 BD 2E 29
Octal 70 213 231 77 11 0 50 275 56 51
Binary 111000 10001011 10011001 111111 1001 0 101000 10111101 101110 101001

Color Harmonies of #388B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388B99

Black with #388B99

Text Example


Text Example

White with #388B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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