Html Css Color HEX #378794 Scooter

📋 copy color: '#378794'

red 55 ◦ green 135 ◦ blue 148

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

Shades of Scooter #378794

Tints of Scooter #378794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.94%

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

R = 16.27%
G = 39.94%
B = 43.79%

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

#378794 (or 0x378794) is known color: Scooter. HEX triplet: 37, 87 and 94. RGB value is (55,135,148). Sum of RGB (Red+Green+Blue) = 55+135+148=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #378794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378794 is #C8786B. Grayscale: #707070. Windows color (decimal): -13138028 or 9733943. OLE color: 9733943.

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

Color convert

RGB 55 135 148 -
CMYK 0.63 0.09 0 0.42
HSL 188.39º 0.46% 0.4% -
HSV(B) 188.39º 0.63% 0.58% -
XYZ 15.58 20.28 31.11 -
YUV 112.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 55 135 148 0.63 0.09 0 0.42 188.39 0.46 0.4
Hex 37 87 94 3F 9 0 2A BC 2E 28
Octal 67 207 224 77 11 0 52 274 56 50
Binary 110111 10000111 10010100 111111 1001 0 101010 10111100 101110 101000

Color Harmonies of #378794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378794

Black with #378794

Text Example


Text Example

White with #378794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378794; }

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

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

background-color css

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

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

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

border-color css

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

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

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