Html Css Color HEX #37829A Scooter

📋 copy color: '#37829A'

red 55 ◦ green 130 ◦ blue 154

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

Shades of Scooter #37829A

Tints of Scooter #37829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 16.22%
G = 38.35%
B = 45.43%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#37829A (or 0x37829A) is known color: Scooter. HEX triplet: 37, 82 and 9A. RGB value is (55,130,154). Sum of RGB (Red+Green+Blue) = 55+130+154=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #37829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37829A is #C87D65. Grayscale: #6E6E6E. Windows color (decimal): -13139302 or 10125879. OLE color: 10125879.

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

Color convert

RGB 55 130 154 -
CMYK 0.64 0.16 0 0.40
HSL 194.55º 0.47% 0.41% -
HSV(B) 194.55º 0.64% 0.6% -
XYZ 15.39 19.11 33.45 -
YUV 110.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 55 130 154 0.64 0.16 0 0.40 194.55 0.47 0.41
Hex 37 82 9A 40 10 0 28 C3 2F 29
Octal 67 202 232 100 20 0 50 303 57 51
Binary 110111 10000010 10011010 1000000 10000 0 101000 11000011 101111 101001

Color Harmonies of #37829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37829A

Black with #37829A

Text Example


Text Example

White with #37829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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