Html Css Color HEX #378DA7 Scooter

📋 copy color: '#378DA7'

red 55 ◦ green 141 ◦ blue 167

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

Shades of Scooter #378DA7

Tints of Scooter #378DA7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 15.15%
G = 38.84%
B = 46.01%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#378DA7 (or 0x378DA7) is known color: Scooter. HEX triplet: 37, 8D and A7. RGB value is (55,141,167). Sum of RGB (Red+Green+Blue) = 55+141+167=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #378DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DA7 is #C87258. Grayscale: #767676. Windows color (decimal): -13136473 or 10980663. OLE color: 10980663.

HSL color Cylindrical-coordinate representation of color #378DA7: hue angle of 193.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #378DA7 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 141 167 -
CMYK 0.67 0.16 0 0.35
HSL 193.93º 0.5% 0.44% -
HSV(B) 193.93º 0.67% 0.65% -
XYZ 18.08 22.65 39.98 -
YUV 118.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 55 141 167 0.67 0.16 0 0.35 193.93 0.5 0.44
Hex 37 8D A7 43 10 0 23 C2 32 2C
Octal 67 215 247 103 20 0 43 302 62 54
Binary 110111 10001101 10100111 1000011 10000 0 100011 11000010 110010 101100

Color Harmonies of #378DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DA7

Black with #378DA7

Text Example


Text Example

White with #378DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378DA7; }

 p { color: rgb(55,141,167); }

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

background-color css

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

 a { background-color: rgb(55,141,167); }

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

border-color css

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

 span { border-color: rgb(55,141,167); }

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