Html Css Color HEX #378699 Scooter

📋 copy color: '#378699'

red 55 ◦ green 134 ◦ blue 153

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

Shades of Scooter #378699

Tints of Scooter #378699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

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

R = 16.08%
G = 39.18%
B = 44.74%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378699 (or 0x378699) is known color: Scooter. HEX triplet: 37, 86 and 99. RGB value is (55,134,153). Sum of RGB (Red+Green+Blue) = 55+134+153=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #378699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378699 is #C87966. Grayscale: #707070. Windows color (decimal): -13138279 or 10061367. OLE color: 10061367.

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

Color convert

RGB 55 134 153 -
CMYK 0.64 0.12 0 0.4
HSL 191.63º 0.47% 0.41% -
HSV(B) 191.63º 0.64% 0.6% -
XYZ 15.85 20.16 33.19 -
YUV 112.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 55 134 153 0.64 0.12 0 0.4 191.63 0.47 0.41
Hex 37 86 99 40 C 0 28 C0 2F 29
Octal 67 206 231 100 14 0 50 300 57 51
Binary 110111 10000110 10011001 1000000 1100 0 101000 11000000 101111 101001

Color Harmonies of #378699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378699

Black with #378699

Text Example


Text Example

White with #378699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378699; }

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

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

background-color css

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

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

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

border-color css

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

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

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