Html Css Color HEX #378B9F Scooter

📋 copy color: '#378B9F'

red 55 ◦ green 139 ◦ blue 159

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

Shades of Scooter #378B9F

Tints of Scooter #378B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 15.58%
G = 39.38%
B = 45.04%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#378B9F (or 0x378B9F) is known color: Scooter. HEX triplet: 37, 8B and 9F. RGB value is (55,139,159). Sum of RGB (Red+Green+Blue) = 55+139+159=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #378B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B9F is #C87460. Grayscale: #737373. Windows color (decimal): -13136993 or 10455863. OLE color: 10455863.

HSL color Cylindrical-coordinate representation of color #378B9F: hue angle of 191.54º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #378B9F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 139 159 -
CMYK 0.65 0.13 0 0.38
HSL 191.54º 0.49% 0.42% -
HSV(B) 191.54º 0.65% 0.62% -
XYZ 17.07 21.78 36.11 -
YUV 116.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 55 139 159 0.65 0.13 0 0.38 191.54 0.49 0.42
Hex 37 8B 9F 41 D 0 26 C0 31 2A
Octal 67 213 237 101 15 0 46 300 61 52
Binary 110111 10001011 10011111 1000001 1101 0 100110 11000000 110001 101010

Color Harmonies of #378B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B9F

Black with #378B9F

Text Example


Text Example

White with #378B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,159); }

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

background-color css

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

 a { background-color: rgb(55,139,159); }

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

border-color css

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

 span { border-color: rgb(55,139,159); }

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