Html Css Color HEX #37969C Scooter

📋 copy color: '#37969C'

red 55 ◦ green 150 ◦ blue 156

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

Shades of Scooter #37969C

Tints of Scooter #37969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 15.24%
G = 41.55%
B = 43.21%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37969C (or 0x37969C) is known color: Scooter. HEX triplet: 37, 96 and 9C. RGB value is (55,150,156). Sum of RGB (Red+Green+Blue) = 55+150+156=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #37969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37969C is #C86963. Grayscale: #7A7A7A. Windows color (decimal): -13134180 or 10262071. OLE color: 10262071.

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

Color convert

RGB 55 150 156 -
CMYK 0.65 0.04 0 0.39
HSL 183.56º 0.48% 0.41% -
HSV(B) 183.56º 0.65% 0.61% -
XYZ 18.48 25.03 35.31 -
YUV 122.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 55 150 156 0.65 0.04 0 0.39 183.56 0.48 0.41
Hex 37 96 9C 41 4 0 27 B8 30 29
Octal 67 226 234 101 4 0 47 270 60 51
Binary 110111 10010110 10011100 1000001 100 0 100111 10111000 110000 101001

Color Harmonies of #37969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37969C

Black with #37969C

Text Example


Text Example

White with #37969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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