Html Css Color HEX #378594 Scooter

📋 copy color: '#378594'

red 55 ◦ green 133 ◦ blue 148

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

Shades of Scooter #378594

Tints of Scooter #378594

RGB

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

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

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

R = 16.37%
G = 39.58%
B = 44.05%

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

#378594 (or 0x378594) is known color: Scooter. HEX triplet: 37, 85 and 94. RGB value is (55,133,148). Sum of RGB (Red+Green+Blue) = 55+133+148=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #378594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378594 is #C87A6B. Grayscale: #6F6F6F. Windows color (decimal): -13138540 or 9733431. OLE color: 9733431.

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

Color convert

RGB 55 133 148 -
CMYK 0.63 0.10 0 0.42
HSL 189.68º 0.46% 0.4% -
HSV(B) 189.68º 0.63% 0.58% -
XYZ 15.31 19.73 31.02 -
YUV 111.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 55 133 148 0.63 0.10 0 0.42 189.68 0.46 0.4
Hex 37 85 94 3F A 0 2A BE 2E 28
Octal 67 205 224 77 12 0 52 276 56 50
Binary 110111 10000101 10010100 111111 1010 0 101010 10111110 101110 101000

Color Harmonies of #378594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378594

Black with #378594

Text Example


Text Example

White with #378594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378594; }

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

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

background-color css

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

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

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

border-color css

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

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

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