Html Css Color HEX #378B97 Scooter

📋 copy color: '#378B97'

red 55 ◦ green 139 ◦ blue 151

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

Shades of Scooter #378B97

Tints of Scooter #378B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.77%

R = 15.94%
G = 40.29%
B = 43.77%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#378B97 (or 0x378B97) is known color: Scooter. HEX triplet: 37, 8B and 97. RGB value is (55,139,151). Sum of RGB (Red+Green+Blue) = 55+139+151=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #378B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B97 is #C87468. Grayscale: #737373. Windows color (decimal): -13137001 or 9931575. OLE color: 9931575.

HSL color Cylindrical-coordinate representation of color #378B97: hue angle of 187.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378B97 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 139 151 -
CMYK 0.64 0.08 0 0.41
HSL 187.5º 0.47% 0.4% -
HSV(B) 187.5º 0.64% 0.59% -
XYZ 16.39 21.51 32.57 -
YUV 115.25 148.17 85.02 -
System Red Green Blue C M Y K H S L
Decimal 55 139 151 0.64 0.08 0 0.41 187.5 0.47 0.4
Hex 37 8B 97 40 8 0 29 BC 2F 28
Octal 67 213 227 100 10 0 51 274 57 50
Binary 110111 10001011 10010111 1000000 1000 0 101001 10111100 101111 101000

Color Harmonies of #378B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B97

Black with #378B97

Text Example


Text Example

White with #378B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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