Html Css Color HEX #378895 Scooter

📋 copy color: '#378895'

red 55 ◦ green 136 ◦ blue 149

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

Shades of Scooter #378895

Tints of Scooter #378895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 16.18%
G = 40%
B = 43.82%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378895 (or 0x378895) is known color: Scooter. HEX triplet: 37, 88 and 95. RGB value is (55,136,149). Sum of RGB (Red+Green+Blue) = 55+136+149=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #378895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378895 is #C8776A. Grayscale: #717171. Windows color (decimal): -13137771 or 9799735. OLE color: 9799735.

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

Color convert

RGB 55 136 149 -
CMYK 0.63 0.09 0 0.42
HSL 188.3º 0.46% 0.4% -
HSV(B) 188.3º 0.63% 0.58% -
XYZ 15.8 20.59 31.58 -
YUV 113.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 55 136 149 0.63 0.09 0 0.42 188.3 0.46 0.4
Hex 37 88 95 3F 9 0 2A BC 2E 28
Octal 67 210 225 77 11 0 52 274 56 50
Binary 110111 10001000 10010101 111111 1001 0 101010 10111100 101110 101000

Color Harmonies of #378895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378895

Black with #378895

Text Example


Text Example

White with #378895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378895; }

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

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

background-color css

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

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

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

border-color css

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

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

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