Html Css Color HEX #388A99 Scooter

📋 copy color: '#388A99'

red 56 ◦ green 138 ◦ blue 153

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

Shades of Scooter #388A99

Tints of Scooter #388A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

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

R = 16.14%
G = 39.77%
B = 44.09%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388A99 (or 0x388A99) is known color: Scooter. HEX triplet: 38, 8A and 99. RGB value is (56,138,153). Sum of RGB (Red+Green+Blue) = 56+138+153=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #388A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A99 is #C77566. Grayscale: #737373. Windows color (decimal): -13071719 or 10062392. OLE color: 10062392.

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

Color convert

RGB 56 138 153 -
CMYK 0.63 0.10 0 0.4
HSL 189.28º 0.46% 0.41% -
HSV(B) 189.28º 0.63% 0.6% -
XYZ 16.47 21.32 33.38 -
YUV 115.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 56 138 153 0.63 0.10 0 0.4 189.28 0.46 0.41
Hex 38 8A 99 3F A 0 28 BD 2E 29
Octal 70 212 231 77 12 0 50 275 56 51
Binary 111000 10001010 10011001 111111 1010 0 101000 10111101 101110 101001

Color Harmonies of #388A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388A99

Black with #388A99

Text Example


Text Example

White with #388A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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