Html Css Color HEX #378394 Scooter

📋 copy color: '#378394'

red 55 ◦ green 131 ◦ blue 148

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

Shades of Scooter #378394

Tints of Scooter #378394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 16.47%
G = 39.22%
B = 44.31%

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

#378394 (or 0x378394) is known color: Scooter. HEX triplet: 37, 83 and 94. RGB value is (55,131,148). Sum of RGB (Red+Green+Blue) = 55+131+148=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #378394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378394 is #C87C6B. Grayscale: #6E6E6E. Windows color (decimal): -13139052 or 9732919. OLE color: 9732919.

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

Color convert

RGB 55 131 148 -
CMYK 0.63 0.11 0 0.42
HSL 190.97º 0.46% 0.4% -
HSV(B) 190.97º 0.63% 0.58% -
XYZ 15.04 19.18 30.93 -
YUV 110.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 55 131 148 0.63 0.11 0 0.42 190.97 0.46 0.4
Hex 37 83 94 3F B 0 2A BF 2E 28
Octal 67 203 224 77 13 0 52 277 56 50
Binary 110111 10000011 10010100 111111 1011 0 101010 10111111 101110 101000

Color Harmonies of #378394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378394

Black with #378394

Text Example


Text Example

White with #378394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378394; }

 p { color: rgb(55,131,148); }

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

background-color css

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

 a { background-color: rgb(55,131,148); }

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

border-color css

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

 span { border-color: rgb(55,131,148); }

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