Html Css Color HEX #378593 Scooter

📋 copy color: '#378593'

red 55 ◦ green 133 ◦ blue 147

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

Shades of Scooter #378593

Tints of Scooter #378593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 16.42%
G = 39.7%
B = 43.88%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378593 (or 0x378593) is known color: Scooter. HEX triplet: 37, 85 and 93. RGB value is (55,133,147). Sum of RGB (Red+Green+Blue) = 55+133+147=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #378593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378593 is #C87A6C. Grayscale: #6F6F6F. Windows color (decimal): -13138541 or 9667895. OLE color: 9667895.

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

Color convert

RGB 55 133 147 -
CMYK 0.63 0.10 0 0.42
HSL 189.13º 0.46% 0.4% -
HSV(B) 189.13º 0.63% 0.58% -
XYZ 15.23 19.69 30.6 -
YUV 111.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 55 133 147 0.63 0.10 0 0.42 189.13 0.46 0.4
Hex 37 85 93 3F A 0 2A BD 2E 28
Octal 67 205 223 77 12 0 52 275 56 50
Binary 110111 10000101 10010011 111111 1010 0 101010 10111101 101110 101000

Color Harmonies of #378593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378593

Black with #378593

Text Example


Text Example

White with #378593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378593; }

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

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

background-color css

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

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

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

border-color css

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

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

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