Html Css Color HEX #37869B Scooter

📋 copy color: '#37869B'

red 55 ◦ green 134 ◦ blue 155

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

Shades of Scooter #37869B

Tints of Scooter #37869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

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

R = 15.99%
G = 38.95%
B = 45.06%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37869B (or 0x37869B) is known color: Scooter. HEX triplet: 37, 86 and 9B. RGB value is (55,134,155). Sum of RGB (Red+Green+Blue) = 55+134+155=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #37869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37869B is #C87964. Grayscale: #707070. Windows color (decimal): -13138277 or 10192439. OLE color: 10192439.

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

Color convert

RGB 55 134 155 -
CMYK 0.65 0.14 0 0.39
HSL 192.6º 0.48% 0.41% -
HSV(B) 192.6º 0.65% 0.61% -
XYZ 16.02 20.23 34.07 -
YUV 112.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 55 134 155 0.65 0.14 0 0.39 192.6 0.48 0.41
Hex 37 86 9B 41 E 0 27 C1 30 29
Octal 67 206 233 101 16 0 47 301 60 51
Binary 110111 10000110 10011011 1000001 1110 0 100111 11000001 110000 101001

Color Harmonies of #37869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37869B

Black with #37869B

Text Example


Text Example

White with #37869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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