Html Css Color HEX #378595 Scooter

📋 copy color: '#378595'

red 55 ◦ green 133 ◦ blue 149

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

Shades of Scooter #378595

Tints of Scooter #378595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 16.32%
G = 39.47%
B = 44.21%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378595 (or 0x378595) is known color: Scooter. HEX triplet: 37, 85 and 95. RGB value is (55,133,149). Sum of RGB (Red+Green+Blue) = 55+133+149=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #378595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378595 is #C87A6A. Grayscale: #6F6F6F. Windows color (decimal): -13138539 or 9798967. OLE color: 9798967.

HSL color Cylindrical-coordinate representation of color #378595: hue angle of 190.21º 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 #378595 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 133 149 -
CMYK 0.63 0.11 0 0.42
HSL 190.21º 0.46% 0.4% -
HSV(B) 190.21º 0.63% 0.58% -
XYZ 15.39 19.76 31.44 -
YUV 111.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 55 133 149 0.63 0.11 0 0.42 190.21 0.46 0.4
Hex 37 85 95 3F B 0 2A BE 2E 28
Octal 67 205 225 77 13 0 52 276 56 50
Binary 110111 10000101 10010101 111111 1011 0 101010 10111110 101110 101000

Color Harmonies of #378595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378595

Black with #378595

Text Example


Text Example

White with #378595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378595; }

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

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

background-color css

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

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

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

border-color css

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

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

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