Html Css Color HEX #378D99 Scooter

📋 copy color: '#378D99'

red 55 ◦ green 141 ◦ blue 153

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

Shades of Scooter #378D99

Tints of Scooter #378D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 15.76%
G = 40.4%
B = 43.84%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#378D99 (or 0x378D99) is known color: Scooter. HEX triplet: 37, 8D and 99. RGB value is (55,141,153). Sum of RGB (Red+Green+Blue) = 55+141+153=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #378D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D99 is #C87266. Grayscale: #747474. Windows color (decimal): -13136487 or 10063159. OLE color: 10063159.

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

Color convert

RGB 55 141 153 -
CMYK 0.64 0.08 0 0.4
HSL 187.35º 0.47% 0.41% -
HSV(B) 187.35º 0.64% 0.6% -
XYZ 16.85 22.16 33.53 -
YUV 116.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 55 141 153 0.64 0.08 0 0.4 187.35 0.47 0.41
Hex 37 8D 99 40 8 0 28 BB 2F 29
Octal 67 215 231 100 10 0 50 273 57 51
Binary 110111 10001101 10011001 1000000 1000 0 101000 10111011 101111 101001

Color Harmonies of #378D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D99

Black with #378D99

Text Example


Text Example

White with #378D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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