Html Css Color HEX #378799 Scooter

📋 copy color: '#378799'

red 55 ◦ green 135 ◦ blue 153

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

Shades of Scooter #378799

Tints of Scooter #378799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 16.03%
G = 39.36%
B = 44.61%

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

#378799 (or 0x378799) is known color: Scooter. HEX triplet: 37, 87 and 99. RGB value is (55,135,153). Sum of RGB (Red+Green+Blue) = 55+135+153=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #378799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378799 is #C87866. Grayscale: #707070. Windows color (decimal): -13138023 or 10061623. OLE color: 10061623.

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

Color convert

RGB 55 135 153 -
CMYK 0.64 0.12 0 0.4
HSL 191.02º 0.47% 0.41% -
HSV(B) 191.02º 0.64% 0.6% -
XYZ 15.99 20.44 33.24 -
YUV 113.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 55 135 153 0.64 0.12 0 0.4 191.02 0.47 0.41
Hex 37 87 99 40 C 0 28 BF 2F 29
Octal 67 207 231 100 14 0 50 277 57 51
Binary 110111 10000111 10011001 1000000 1100 0 101000 10111111 101111 101001

Color Harmonies of #378799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378799

Black with #378799

Text Example


Text Example

White with #378799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378799; }

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

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

background-color css

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

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

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

border-color css

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

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

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