Html Css Color HEX #378BA7 Scooter

📋 copy color: '#378BA7'

red 55 ◦ green 139 ◦ blue 167

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

Shades of Scooter #378BA7

Tints of Scooter #378BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 15.24%
G = 38.5%
B = 46.26%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#378BA7 (or 0x378BA7) is known color: Scooter. HEX triplet: 37, 8B and A7. RGB value is (55,139,167). Sum of RGB (Red+Green+Blue) = 55+139+167=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #378BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378BA7 is #C87458. Grayscale: #747474. Windows color (decimal): -13136985 or 10980151. OLE color: 10980151.

HSL color Cylindrical-coordinate representation of color #378BA7: hue angle of 195º 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 #378BA7 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 139 167 -
CMYK 0.67 0.17 0 0.35
HSL 195º 0.5% 0.44% -
HSV(B) 195º 0.67% 0.65% -
XYZ 17.78 22.07 39.88 -
YUV 117.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 55 139 167 0.67 0.17 0 0.35 195 0.5 0.44
Hex 37 8B A7 43 11 0 23 C3 32 2C
Octal 67 213 247 103 21 0 43 303 62 54
Binary 110111 10001011 10100111 1000011 10001 0 100011 11000011 110010 101100

Color Harmonies of #378BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BA7

Black with #378BA7

Text Example


Text Example

White with #378BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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