Html Css Color HEX #378696 Scooter

📋 copy color: '#378696'

red 55 ◦ green 134 ◦ blue 150

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

Shades of Scooter #378696

Tints of Scooter #378696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 16.22%
G = 39.53%
B = 44.25%

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

#378696 (or 0x378696) is known color: Scooter. HEX triplet: 37, 86 and 96. RGB value is (55,134,150). Sum of RGB (Red+Green+Blue) = 55+134+150=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #378696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378696 is #C87969. Grayscale: #707070. Windows color (decimal): -13138282 or 9864759. OLE color: 9864759.

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

Color convert

RGB 55 134 150 -
CMYK 0.63 0.11 0 0.41
HSL 190.11º 0.46% 0.4% -
HSV(B) 190.11º 0.63% 0.59% -
XYZ 15.61 20.06 31.9 -
YUV 112.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 55 134 150 0.63 0.11 0 0.41 190.11 0.46 0.4
Hex 37 86 96 3F B 0 29 BE 2E 28
Octal 67 206 226 77 13 0 51 276 56 50
Binary 110111 10000110 10010110 111111 1011 0 101001 10111110 101110 101000

Color Harmonies of #378696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378696

Black with #378696

Text Example


Text Example

White with #378696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378696; }

 p { color: rgb(55,134,150); }

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

background-color css

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

 a { background-color: rgb(55,134,150); }

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

border-color css

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

 span { border-color: rgb(55,134,150); }

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