Html Css Color HEX #378298 Scooter

📋 copy color: '#378298'

red 55 ◦ green 130 ◦ blue 152

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

Shades of Scooter #378298

Tints of Scooter #378298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 16.32%
G = 38.58%
B = 45.1%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#378298 (or 0x378298) is known color: Scooter. HEX triplet: 37, 82 and 98. RGB value is (55,130,152). Sum of RGB (Red+Green+Blue) = 55+130+152=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #378298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378298 is #C87D67. Grayscale: #6D6D6D. Windows color (decimal): -13139304 or 9994807. OLE color: 9994807.

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

Color convert

RGB 55 130 152 -
CMYK 0.64 0.14 0 0.40
HSL 193.61º 0.47% 0.41% -
HSV(B) 193.61º 0.64% 0.6% -
XYZ 15.23 19.04 32.58 -
YUV 110.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 55 130 152 0.64 0.14 0 0.40 193.61 0.47 0.41
Hex 37 82 98 40 E 0 28 C2 2F 29
Octal 67 202 230 100 16 0 50 302 57 51
Binary 110111 10000010 10011000 1000000 1110 0 101000 11000010 101111 101001

Color Harmonies of #378298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378298

Black with #378298

Text Example


Text Example

White with #378298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378298; }

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

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

background-color css

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

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

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

border-color css

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

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

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