Html Css Color HEX #378DA5 Scooter

📋 copy color: '#378DA5'

red 55 ◦ green 141 ◦ blue 165

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

Shades of Scooter #378DA5

Tints of Scooter #378DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 15.24%
G = 39.06%
B = 45.71%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#378DA5 (or 0x378DA5) is known color: Scooter. HEX triplet: 37, 8D and A5. RGB value is (55,141,165). Sum of RGB (Red+Green+Blue) = 55+141+165=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #378DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378DA5 is #C8725A. Grayscale: #757575. Windows color (decimal): -13136475 or 10849591. OLE color: 10849591.

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

Color convert

RGB 55 141 165 -
CMYK 0.67 0.15 0 0.35
HSL 193.09º 0.5% 0.43% -
HSV(B) 193.09º 0.67% 0.65% -
XYZ 17.89 22.58 39.01 -
YUV 118.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 55 141 165 0.67 0.15 0 0.35 193.09 0.5 0.43
Hex 37 8D A5 43 F 0 23 C1 32 2B
Octal 67 215 245 103 17 0 43 301 62 53
Binary 110111 10001101 10100101 1000011 1111 0 100011 11000001 110010 101011

Color Harmonies of #378DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DA5

Black with #378DA5

Text Example


Text Example

White with #378DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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