Html Css Color HEX #388497 Scooter

📋 copy color: '#388497'

red 56 ◦ green 132 ◦ blue 151

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

Shades of Scooter #388497

Tints of Scooter #388497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 16.52%
G = 38.94%
B = 44.54%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388497 (or 0x388497) is known color: Scooter. HEX triplet: 38, 84 and 97. RGB value is (56,132,151). Sum of RGB (Red+Green+Blue) = 56+132+151=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #388497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388497 is #C77B68. Grayscale: #6F6F6F. Windows color (decimal): -13073257 or 9929784. OLE color: 9929784.

HSL color Cylindrical-coordinate representation of color #388497: hue angle of 192º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388497 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 132 151 -
CMYK 0.63 0.13 0 0.41
HSL 192º 0.46% 0.41% -
HSV(B) 192º 0.63% 0.59% -
XYZ 15.47 19.58 32.24 -
YUV 111.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 56 132 151 0.63 0.13 0 0.41 192 0.46 0.41
Hex 38 84 97 3F D 0 29 C0 2E 29
Octal 70 204 227 77 15 0 51 300 56 51
Binary 111000 10000100 10010111 111111 1101 0 101001 11000000 101110 101001

Color Harmonies of #388497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388497

Black with #388497

Text Example


Text Example

White with #388497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388497; }

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

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

background-color css

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

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

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

border-color css

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

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

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