Html Css Color HEX #378694 Scooter

📋 copy color: '#378694'

red 55 ◦ green 134 ◦ blue 148

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

Shades of Scooter #378694

Tints of Scooter #378694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 16.32%
G = 39.76%
B = 43.92%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378694 (or 0x378694) is known color: Scooter. HEX triplet: 37, 86 and 94. RGB value is (55,134,148). Sum of RGB (Red+Green+Blue) = 55+134+148=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #378694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378694 is #C8796B. Grayscale: #6F6F6F. Windows color (decimal): -13138284 or 9733687. OLE color: 9733687.

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

Color convert

RGB 55 134 148 -
CMYK 0.63 0.09 0 0.42
HSL 189.03º 0.46% 0.4% -
HSV(B) 189.03º 0.63% 0.58% -
XYZ 15.45 20 31.06 -
YUV 111.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 55 134 148 0.63 0.09 0 0.42 189.03 0.46 0.4
Hex 37 86 94 3F 9 0 2A BD 2E 28
Octal 67 206 224 77 11 0 52 275 56 50
Binary 110111 10000110 10010100 111111 1001 0 101010 10111101 101110 101000

Color Harmonies of #378694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378694

Black with #378694

Text Example


Text Example

White with #378694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378694; }

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

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

background-color css

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

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

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

border-color css

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

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

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