Html Css Color HEX #378498 Scooter

📋 copy color: '#378498'

red 55 ◦ green 132 ◦ blue 152

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

Shades of Scooter #378498

Tints of Scooter #378498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 16.22%
G = 38.94%
B = 44.84%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#378498 (or 0x378498) is known color: Scooter. HEX triplet: 37, 84 and 98. RGB value is (55,132,152). Sum of RGB (Red+Green+Blue) = 55+132+152=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #378498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378498 is #C87B67. Grayscale: #6F6F6F. Windows color (decimal): -13138792 or 9995319. OLE color: 9995319.

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

Color convert

RGB 55 132 152 -
CMYK 0.64 0.13 0 0.40
HSL 192.37º 0.47% 0.41% -
HSV(B) 192.37º 0.64% 0.6% -
XYZ 15.49 19.58 32.67 -
YUV 111.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 55 132 152 0.64 0.13 0 0.40 192.37 0.47 0.41
Hex 37 84 98 40 D 0 28 C0 2F 29
Octal 67 204 230 100 15 0 50 300 57 51
Binary 110111 10000100 10011000 1000000 1101 0 101000 11000000 101111 101001

Color Harmonies of #378498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378498

Black with #378498

Text Example


Text Example

White with #378498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378498; }

 p { color: rgb(55,132,152); }

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

background-color css

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

 a { background-color: rgb(55,132,152); }

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

border-color css

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

 span { border-color: rgb(55,132,152); }

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