Html Css Color HEX #36839B Scooter

📋 copy color: '#36839B'

red 54 ◦ green 131 ◦ blue 155

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

Shades of Scooter #36839B

Tints of Scooter #36839B

RGB

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

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

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

R = 15.88%
G = 38.53%
B = 45.59%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36839B (or 0x36839B) is known color: Scooter. HEX triplet: 36, 83 and 9B. RGB value is (54,131,155). Sum of RGB (Red+Green+Blue) = 54+131+155=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 131 (51.56% from 255 or 38.53% 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 #36839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36839B is #C97C64. Grayscale: #6E6E6E. Windows color (decimal): -13204581 or 10191670. OLE color: 10191670.

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

Color convert

RGB 54 131 155 -
CMYK 0.65 0.15 0 0.39
HSL 194.26º 0.48% 0.41% -
HSV(B) 194.26º 0.65% 0.61% -
XYZ 15.55 19.38 33.93 -
YUV 110.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 54 131 155 0.65 0.15 0 0.39 194.26 0.48 0.41
Hex 36 83 9B 41 F 0 27 C2 30 29
Octal 66 203 233 101 17 0 47 302 60 51
Binary 110110 10000011 10011011 1000001 1111 0 100111 11000010 110000 101001

Color Harmonies of #36839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36839B

Black with #36839B

Text Example


Text Example

White with #36839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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