Html Css Color HEX #378997 Scooter

📋 copy color: '#378997'

red 55 ◦ green 137 ◦ blue 151

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

Shades of Scooter #378997

Tints of Scooter #378997

RGB

 RED value IS 55 (21.88% from 255) = 16.03%

 GREEN value IS 137 (53.91% from 255) = 39.94%

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

R = 16.03%
G = 39.94%
B = 44.02%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#378997 (or 0x378997) is known color: Scooter. HEX triplet: 37, 89 and 97. RGB value is (55,137,151). Sum of RGB (Red+Green+Blue) = 55+137+151=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #378997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378997 is #C87668. Grayscale: #717171. Windows color (decimal): -13137513 or 9931063. OLE color: 9931063.

HSL color Cylindrical-coordinate representation of color #378997: hue angle of 188.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378997 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 137 151 -
CMYK 0.64 0.09 0 0.41
HSL 188.75º 0.47% 0.4% -
HSV(B) 188.75º 0.64% 0.59% -
XYZ 16.11 20.94 32.47 -
YUV 114.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 55 137 151 0.64 0.09 0 0.41 188.75 0.47 0.4
Hex 37 89 97 40 9 0 29 BD 2F 28
Octal 67 211 227 100 11 0 51 275 57 50
Binary 110111 10001001 10010111 1000000 1001 0 101001 10111101 101111 101000

Color Harmonies of #378997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378997

Black with #378997

Text Example


Text Example

White with #378997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378997; }

 p { color: rgb(55,137,151); }

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

background-color css

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

 a { background-color: rgb(55,137,151); }

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

border-color css

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

 span { border-color: rgb(55,137,151); }

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