Html Css Color HEX #378896 Scooter

📋 copy color: '#378896'

red 55 ◦ green 136 ◦ blue 150

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

Shades of Scooter #378896

Tints of Scooter #378896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

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

R = 16.13%
G = 39.88%
B = 43.99%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#378896 (or 0x378896) is known color: Scooter. HEX triplet: 37, 88 and 96. RGB value is (55,136,150). Sum of RGB (Red+Green+Blue) = 55+136+150=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #378896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378896 is #C87769. Grayscale: #717171. Windows color (decimal): -13137770 or 9865271. OLE color: 9865271.

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

Color convert

RGB 55 136 150 -
CMYK 0.63 0.09 0 0.41
HSL 188.84º 0.46% 0.4% -
HSV(B) 188.84º 0.63% 0.59% -
XYZ 15.88 20.62 32 -
YUV 113.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 55 136 150 0.63 0.09 0 0.41 188.84 0.46 0.4
Hex 37 88 96 3F 9 0 29 BD 2E 28
Octal 67 210 226 77 11 0 51 275 56 50
Binary 110111 10001000 10010110 111111 1001 0 101001 10111101 101110 101000

Color Harmonies of #378896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378896

Black with #378896

Text Example


Text Example

White with #378896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378896; }

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

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

background-color css

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

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

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

border-color css

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

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

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