Html Css Color HEX #378198 Scooter

📋 copy color: '#378198'

red 55 ◦ green 129 ◦ blue 152

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

Shades of Scooter #378198

Tints of Scooter #378198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 16.37%
G = 38.39%
B = 45.24%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#378198 (or 0x378198) is known color: Scooter. HEX triplet: 37, 81 and 98. RGB value is (55,129,152). Sum of RGB (Red+Green+Blue) = 55+129+152=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #378198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378198 is #C87E67. Grayscale: #6D6D6D. Windows color (decimal): -13139560 or 9994551. OLE color: 9994551.

HSL color Cylindrical-coordinate representation of color #378198: hue angle of 194.23º 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 #378198 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 129 152 -
CMYK 0.64 0.15 0 0.40
HSL 194.23º 0.47% 0.41% -
HSV(B) 194.23º 0.64% 0.6% -
XYZ 15.09 18.78 32.54 -
YUV 109.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 55 129 152 0.64 0.15 0 0.40 194.23 0.47 0.41
Hex 37 81 98 40 F 0 28 C2 2F 29
Octal 67 201 230 100 17 0 50 302 57 51
Binary 110111 10000001 10011000 1000000 1111 0 101000 11000010 101111 101001

Color Harmonies of #378198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378198

Black with #378198

Text Example


Text Example

White with #378198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378198; }

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

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

background-color css

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

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

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

border-color css

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

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

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