Html Css Color HEX #378A97 Scooter

📋 copy color: '#378A97'

red 55 ◦ green 138 ◦ blue 151

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

Shades of Scooter #378A97

Tints of Scooter #378A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 15.99%
G = 40.12%
B = 43.9%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#378A97 (or 0x378A97) is known color: Scooter. HEX triplet: 37, 8A and 97. RGB value is (55,138,151). Sum of RGB (Red+Green+Blue) = 55+138+151=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #378A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A97 is #C87568. Grayscale: #727272. Windows color (decimal): -13137257 or 9931319. OLE color: 9931319.

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

Color convert

RGB 55 138 151 -
CMYK 0.64 0.09 0 0.41
HSL 188.13º 0.47% 0.4% -
HSV(B) 188.13º 0.64% 0.59% -
XYZ 16.25 21.22 32.52 -
YUV 114.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 55 138 151 0.64 0.09 0 0.41 188.13 0.47 0.4
Hex 37 8A 97 40 9 0 29 BC 2F 28
Octal 67 212 227 100 11 0 51 274 57 50
Binary 110111 10001010 10010111 1000000 1001 0 101001 10111100 101111 101000

Color Harmonies of #378A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A97

Black with #378A97

Text Example


Text Example

White with #378A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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