Html Css Color HEX #388697 Scooter

📋 copy color: '#388697'

red 56 ◦ green 134 ◦ blue 151

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

Shades of Scooter #388697

Tints of Scooter #388697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 16.42%
G = 39.3%
B = 44.28%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388697 (or 0x388697) is known color: Scooter. HEX triplet: 38, 86 and 97. RGB value is (56,134,151). Sum of RGB (Red+Green+Blue) = 56+134+151=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #388697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388697 is #C77968. Grayscale: #707070. Windows color (decimal): -13072745 or 9930296. OLE color: 9930296.

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

Color convert

RGB 56 134 151 -
CMYK 0.63 0.11 0 0.41
HSL 190.74º 0.46% 0.41% -
HSV(B) 190.74º 0.63% 0.59% -
XYZ 15.74 20.13 32.33 -
YUV 112.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 56 134 151 0.63 0.11 0 0.41 190.74 0.46 0.41
Hex 38 86 97 3F B 0 29 BF 2E 29
Octal 70 206 227 77 13 0 51 277 56 51
Binary 111000 10000110 10010111 111111 1011 0 101001 10111111 101110 101001

Color Harmonies of #388697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388697

Black with #388697

Text Example


Text Example

White with #388697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388697; }

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

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

background-color css

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

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

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

border-color css

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

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

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