Html Css Color HEX #378199 Scooter

📋 copy color: '#378199'

red 55 ◦ green 129 ◦ blue 153

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

Shades of Scooter #378199

Tints of Scooter #378199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 16.32%
G = 38.28%
B = 45.4%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378199 (or 0x378199) is known color: Scooter. HEX triplet: 37, 81 and 99. RGB value is (55,129,153). Sum of RGB (Red+Green+Blue) = 55+129+153=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #378199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378199 is #C87E66. Grayscale: #6D6D6D. Windows color (decimal): -13139559 or 10060087. OLE color: 10060087.

HSL color Cylindrical-coordinate representation of color #378199: hue angle of 194.69º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378199 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 129 153 -
CMYK 0.64 0.16 0 0.4
HSL 194.69º 0.47% 0.41% -
HSV(B) 194.69º 0.64% 0.6% -
XYZ 15.18 18.81 32.97 -
YUV 109.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 55 129 153 0.64 0.16 0 0.4 194.69 0.47 0.41
Hex 37 81 99 40 10 0 28 C3 2F 29
Octal 67 201 231 100 20 0 50 303 57 51
Binary 110111 10000001 10011001 1000000 10000 0 101000 11000011 101111 101001

Color Harmonies of #378199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378199

Black with #378199

Text Example


Text Example

White with #378199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378199; }

 p { color: rgb(55,129,153); }

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

background-color css

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

 a { background-color: rgb(55,129,153); }

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

border-color css

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

 span { border-color: rgb(55,129,153); }

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