Html Css Color HEX #378499 Scooter

📋 copy color: '#378499'

red 55 ◦ green 132 ◦ blue 153

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

Shades of Scooter #378499

Tints of Scooter #378499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 16.18%
G = 38.82%
B = 45%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378499 (or 0x378499) is known color: Scooter. HEX triplet: 37, 84 and 99. RGB value is (55,132,153). Sum of RGB (Red+Green+Blue) = 55+132+153=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #378499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378499 is #C87B66. Grayscale: #6F6F6F. Windows color (decimal): -13138791 or 10060855. OLE color: 10060855.

HSL color Cylindrical-coordinate representation of color #378499: hue angle of 192.86º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378499 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 132 153 -
CMYK 0.64 0.14 0 0.4
HSL 192.86º 0.47% 0.41% -
HSV(B) 192.86º 0.64% 0.6% -
XYZ 15.58 19.61 33.1 -
YUV 111.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 55 132 153 0.64 0.14 0 0.4 192.86 0.47 0.41
Hex 37 84 99 40 E 0 28 C1 2F 29
Octal 67 204 231 100 16 0 50 301 57 51
Binary 110111 10000100 10011001 1000000 1110 0 101000 11000001 101111 101001

Color Harmonies of #378499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378499

Black with #378499

Text Example


Text Example

White with #378499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378499; }

 p { color: rgb(55,132,153); }

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

background-color css

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

 a { background-color: rgb(55,132,153); }

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

border-color css

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

 span { border-color: rgb(55,132,153); }

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