Html Css Color HEX #378899 Scooter

📋 copy color: '#378899'

red 55 ◦ green 136 ◦ blue 153

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

Shades of Scooter #378899

Tints of Scooter #378899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

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

R = 15.99%
G = 39.53%
B = 44.48%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378899 (or 0x378899) is known color: Scooter. HEX triplet: 37, 88 and 99. RGB value is (55,136,153). Sum of RGB (Red+Green+Blue) = 55+136+153=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #378899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378899 is #C87766. Grayscale: #717171. Windows color (decimal): -13137767 or 10061879. OLE color: 10061879.

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

Color convert

RGB 55 136 153 -
CMYK 0.64 0.11 0 0.4
HSL 190.41º 0.47% 0.41% -
HSV(B) 190.41º 0.64% 0.6% -
XYZ 16.13 20.72 33.29 -
YUV 113.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 55 136 153 0.64 0.11 0 0.4 190.41 0.47 0.41
Hex 37 88 99 40 B 0 28 BE 2F 29
Octal 67 210 231 100 13 0 50 276 57 51
Binary 110111 10001000 10011001 1000000 1011 0 101000 10111110 101111 101001

Color Harmonies of #378899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378899

Black with #378899

Text Example


Text Example

White with #378899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378899; }

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

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

background-color css

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

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

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

border-color css

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

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

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