Html Css Color HEX #37829B Scooter

📋 copy color: '#37829B'

red 55 ◦ green 130 ◦ blue 155

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

Shades of Scooter #37829B

Tints of Scooter #37829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 16.18%
G = 38.24%
B = 45.59%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37829B (or 0x37829B) is known color: Scooter. HEX triplet: 37, 82 and 9B. RGB value is (55,130,155). Sum of RGB (Red+Green+Blue) = 55+130+155=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #37829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37829B is #C87D64. Grayscale: #6E6E6E. Windows color (decimal): -13139301 or 10191415. OLE color: 10191415.

HSL color Cylindrical-coordinate representation of color #37829B: hue angle of 195º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37829B is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 130 155 -
CMYK 0.65 0.16 0 0.39
HSL 195º 0.48% 0.41% -
HSV(B) 195º 0.65% 0.61% -
XYZ 15.47 19.14 33.89 -
YUV 110.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 55 130 155 0.65 0.16 0 0.39 195 0.48 0.41
Hex 37 82 9B 41 10 0 27 C3 30 29
Octal 67 202 233 101 20 0 47 303 60 51
Binary 110111 10000010 10011011 1000001 10000 0 100111 11000011 110000 101001

Color Harmonies of #37829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37829B

Black with #37829B

Text Example


Text Example

White with #37829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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