Html Css Color HEX #37969B Scooter

📋 copy color: '#37969B'

red 55 ◦ green 150 ◦ blue 155

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

Shades of Scooter #37969B

Tints of Scooter #37969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 15.28%
G = 41.67%
B = 43.06%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37969B (or 0x37969B) is known color: Scooter. HEX triplet: 37, 96 and 9B. RGB value is (55,150,155). Sum of RGB (Red+Green+Blue) = 55+150+155=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #37969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37969B is #C86964. Grayscale: #7A7A7A. Windows color (decimal): -13134181 or 10196535. OLE color: 10196535.

HSL color Cylindrical-coordinate representation of color #37969B: hue angle of 183º 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 #37969B is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 150 155 -
CMYK 0.65 0.03 0 0.39
HSL 183º 0.48% 0.41% -
HSV(B) 183º 0.65% 0.61% -
XYZ 18.4 24.99 34.86 -
YUV 122.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 55 150 155 0.65 0.03 0 0.39 183 0.48 0.41
Hex 37 96 9B 41 3 0 27 B7 30 29
Octal 67 226 233 101 3 0 47 267 60 51
Binary 110111 10010110 10011011 1000001 11 0 100111 10110111 110000 101001

Color Harmonies of #37969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37969B

Black with #37969B

Text Example


Text Example

White with #37969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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