Html Css Color HEX #388895 Scooter

📋 copy color: '#388895'

red 56 ◦ green 136 ◦ blue 149

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

Shades of Scooter #388895

Tints of Scooter #388895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 16.42%
G = 39.88%
B = 43.7%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388895 (or 0x388895) is known color: Scooter. HEX triplet: 38, 88 and 95. RGB value is (56,136,149). Sum of RGB (Red+Green+Blue) = 56+136+149=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #388895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388895 is #C7776A. Grayscale: #717171. Windows color (decimal): -13072235 or 9799736. OLE color: 9799736.

HSL color Cylindrical-coordinate representation of color #388895: hue angle of 188.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388895 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 136 149 -
CMYK 0.62 0.09 0 0.42
HSL 188.39º 0.45% 0.4% -
HSV(B) 188.39º 0.62% 0.58% -
XYZ 15.86 20.62 31.58 -
YUV 113.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 56 136 149 0.62 0.09 0 0.42 188.39 0.45 0.4
Hex 38 88 95 3E 9 0 2A BC 2D 28
Octal 70 210 225 76 11 0 52 274 55 50
Binary 111000 10001000 10010101 111110 1001 0 101010 10111100 101101 101000

Color Harmonies of #388895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388895

Black with #388895

Text Example


Text Example

White with #388895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388895; }

 p { color: rgb(56,136,149); }

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

background-color css

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

 a { background-color: rgb(56,136,149); }

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

border-color css

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

 span { border-color: rgb(56,136,149); }

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