Html Css Color HEX #379098 Scooter

📋 copy color: '#379098'

red 55 ◦ green 144 ◦ blue 152

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

Shades of Scooter #379098

Tints of Scooter #379098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 15.67%
G = 41.03%
B = 43.3%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#379098 (or 0x379098) is known color: Scooter. HEX triplet: 37, 90 and 98. RGB value is (55,144,152). Sum of RGB (Red+Green+Blue) = 55+144+152=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #379098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379098 is #C86F67. Grayscale: #767676. Windows color (decimal): -13135720 or 9998391. OLE color: 9998391.

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

Color convert

RGB 55 144 152 -
CMYK 0.64 0.05 0 0.40
HSL 184.95º 0.47% 0.41% -
HSV(B) 184.95º 0.64% 0.6% -
XYZ 17.22 23.03 33.24 -
YUV 118.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 55 144 152 0.64 0.05 0 0.40 184.95 0.47 0.41
Hex 37 90 98 40 5 0 28 B9 2F 29
Octal 67 220 230 100 5 0 50 271 57 51
Binary 110111 10010000 10011000 1000000 101 0 101000 10111001 101111 101001

Color Harmonies of #379098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379098

Black with #379098

Text Example


Text Example

White with #379098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379098; }

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

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

background-color css

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

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

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

border-color css

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

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

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