Html Css Color HEX #378399 Scooter

📋 copy color: '#378399'

red 55 ◦ green 131 ◦ blue 153

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

Shades of Scooter #378399

Tints of Scooter #378399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 16.22%
G = 38.64%
B = 45.13%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378399 (or 0x378399) is known color: Scooter. HEX triplet: 37, 83 and 99. RGB value is (55,131,153). Sum of RGB (Red+Green+Blue) = 55+131+153=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #378399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378399 is #C87C66. Grayscale: #6E6E6E. Windows color (decimal): -13139047 or 10060599. OLE color: 10060599.

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

Color convert

RGB 55 131 153 -
CMYK 0.64 0.14 0 0.4
HSL 193.47º 0.47% 0.41% -
HSV(B) 193.47º 0.64% 0.6% -
XYZ 15.44 19.34 33.06 -
YUV 110.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 55 131 153 0.64 0.14 0 0.4 193.47 0.47 0.41
Hex 37 83 99 40 E 0 28 C1 2F 29
Octal 67 203 231 100 16 0 50 301 57 51
Binary 110111 10000011 10011001 1000000 1110 0 101000 11000001 101111 101001

Color Harmonies of #378399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378399

Black with #378399

Text Example


Text Example

White with #378399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378399; }

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

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

background-color css

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

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

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

border-color css

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

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

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