Html Css Color HEX #388199 Scooter

📋 copy color: '#388199'

red 56 ◦ green 129 ◦ blue 153

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

Shades of Scooter #388199

Tints of Scooter #388199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 16.57%
G = 38.17%
B = 45.27%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388199 (or 0x388199) is known color: Scooter. HEX triplet: 38, 81 and 99. RGB value is (56,129,153). Sum of RGB (Red+Green+Blue) = 56+129+153=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #388199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388199 is #C77E66. Grayscale: #6D6D6D. Windows color (decimal): -13074023 or 10060088. OLE color: 10060088.

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

Color convert

RGB 56 129 153 -
CMYK 0.63 0.16 0 0.4
HSL 194.85º 0.46% 0.41% -
HSV(B) 194.85º 0.63% 0.6% -
XYZ 15.23 18.84 32.97 -
YUV 109.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 56 129 153 0.63 0.16 0 0.4 194.85 0.46 0.41
Hex 38 81 99 3F 10 0 28 C3 2E 29
Octal 70 201 231 77 20 0 50 303 56 51
Binary 111000 10000001 10011001 111111 10000 0 101000 11000011 101110 101001

Color Harmonies of #388199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388199

Black with #388199

Text Example


Text Example

White with #388199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388199; }

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

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

background-color css

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

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

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

border-color css

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

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

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