Html Css Color HEX #378299 Scooter

📋 copy color: '#378299'

red 55 ◦ green 130 ◦ blue 153

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

Shades of Scooter #378299

Tints of Scooter #378299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

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

R = 16.27%
G = 38.46%
B = 45.27%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378299 (or 0x378299) is known color: Scooter. HEX triplet: 37, 82 and 99. RGB value is (55,130,153). Sum of RGB (Red+Green+Blue) = 55+130+153=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #378299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378299 is #C87D66. Grayscale: #6E6E6E. Windows color (decimal): -13139303 or 10060343. OLE color: 10060343.

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

Color convert

RGB 55 130 153 -
CMYK 0.64 0.15 0 0.4
HSL 194.08º 0.47% 0.41% -
HSV(B) 194.08º 0.64% 0.6% -
XYZ 15.31 19.08 33.01 -
YUV 110.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 55 130 153 0.64 0.15 0 0.4 194.08 0.47 0.41
Hex 37 82 99 40 F 0 28 C2 2F 29
Octal 67 202 231 100 17 0 50 302 57 51
Binary 110111 10000010 10011001 1000000 1111 0 101000 11000010 101111 101001

Color Harmonies of #378299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378299

Black with #378299

Text Example


Text Example

White with #378299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378299; }

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

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

background-color css

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

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

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

border-color css

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

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

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