Html Css Color HEX #36839C Scooter

📋 copy color: '#36839C'

red 54 ◦ green 131 ◦ blue 156

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

Shades of Scooter #36839C

Tints of Scooter #36839C

RGB

 RED value IS 54 (21.48% from 255) = 15.84%

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 15.84%
G = 38.42%
B = 45.75%

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

#36839C (or 0x36839C) is known color: Scooter. HEX triplet: 36, 83 and 9C. RGB value is (54,131,156). Sum of RGB (Red+Green+Blue) = 54+131+156=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #36839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36839C is #C97C63. Grayscale: #6E6E6E. Windows color (decimal): -13204580 or 10257206. OLE color: 10257206.

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

Color convert

RGB 54 131 156 -
CMYK 0.65 0.16 0 0.39
HSL 194.71º 0.49% 0.41% -
HSV(B) 194.71º 0.65% 0.61% -
XYZ 15.64 19.42 34.38 -
YUV 110.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 54 131 156 0.65 0.16 0 0.39 194.71 0.49 0.41
Hex 36 83 9C 41 10 0 27 C3 31 29
Octal 66 203 234 101 20 0 47 303 61 51
Binary 110110 10000011 10011100 1000001 10000 0 100111 11000011 110001 101001

Color Harmonies of #36839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36839C

Black with #36839C

Text Example


Text Example

White with #36839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,131,156); }

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

background-color css

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

 a { background-color: rgb(54,131,156); }

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

border-color css

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

 span { border-color: rgb(54,131,156); }

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