Html Css Color HEX #388493 Scooter

📋 copy color: '#388493'

red 56 ◦ green 132 ◦ blue 147

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

Shades of Scooter #388493

Tints of Scooter #388493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 16.72%
G = 39.4%
B = 43.88%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388493 (or 0x388493) is known color: Scooter. HEX triplet: 38, 84 and 93. RGB value is (56,132,147). Sum of RGB (Red+Green+Blue) = 56+132+147=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #388493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388493 is #C77B6C. Grayscale: #6E6E6E. Windows color (decimal): -13073261 or 9667640. OLE color: 9667640.

HSL color Cylindrical-coordinate representation of color #388493: hue angle of 189.89º 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 #388493 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 132 147 -
CMYK 0.62 0.10 0 0.42
HSL 189.89º 0.45% 0.4% -
HSV(B) 189.89º 0.62% 0.58% -
XYZ 15.15 19.45 30.56 -
YUV 110.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 56 132 147 0.62 0.10 0 0.42 189.89 0.45 0.4
Hex 38 84 93 3E A 0 2A BE 2D 28
Octal 70 204 223 76 12 0 52 276 55 50
Binary 111000 10000100 10010011 111110 1010 0 101010 10111110 101101 101000

Color Harmonies of #388493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388493

Black with #388493

Text Example


Text Example

White with #388493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388493; }

 p { color: rgb(56,132,147); }

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

background-color css

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

 a { background-color: rgb(56,132,147); }

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

border-color css

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

 span { border-color: rgb(56,132,147); }

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