Html Css Color HEX #378FA2 Scooter

📋 copy color: '#378FA2'

red 55 ◦ green 143 ◦ blue 162

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

Shades of Scooter #378FA2

Tints of Scooter #378FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.72%

 BLUE value IS 162 (63.67% from 255) = 45%

R = 15.28%
G = 39.72%
B = 45%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#378FA2 (or 0x378FA2) is known color: Scooter. HEX triplet: 37, 8F and A2. RGB value is (55,143,162). Sum of RGB (Red+Green+Blue) = 55+143+162=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #378FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378FA2 is #C8705D. Grayscale: #767676. Windows color (decimal): -13135966 or 10653495. OLE color: 10653495.

HSL color Cylindrical-coordinate representation of color #378FA2: hue angle of 190.65º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #378FA2 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 143 162 -
CMYK 0.66 0.12 0 0.36
HSL 190.65º 0.49% 0.43% -
HSV(B) 190.65º 0.66% 0.64% -
XYZ 17.92 23.07 37.69 -
YUV 118.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 55 143 162 0.66 0.12 0 0.36 190.65 0.49 0.43
Hex 37 8F A2 42 C 0 24 BF 31 2B
Octal 67 217 242 102 14 0 44 277 61 53
Binary 110111 10001111 10100010 1000010 1100 0 100100 10111111 110001 101011

Color Harmonies of #378FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FA2

Black with #378FA2

Text Example


Text Example

White with #378FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378FA2; }

 p { color: rgb(55,143,162); }

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

background-color css

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

 a { background-color: rgb(55,143,162); }

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

border-color css

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

 span { border-color: rgb(55,143,162); }

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