Html Css Color HEX #36859B Scooter

📋 copy color: '#36859B'

red 54 ◦ green 133 ◦ blue 155

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

Shades of Scooter #36859B

Tints of Scooter #36859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

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

R = 15.79%
G = 38.89%
B = 45.32%

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

#36859B (or 0x36859B) is known color: Scooter. HEX triplet: 36, 85 and 9B. RGB value is (54,133,155). Sum of RGB (Red+Green+Blue) = 54+133+155=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #36859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36859B is #C97A64. Grayscale: #6F6F6F. Windows color (decimal): -13204069 or 10192182. OLE color: 10192182.

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

Color convert

RGB 54 133 155 -
CMYK 0.65 0.14 0 0.39
HSL 193.07º 0.48% 0.41% -
HSV(B) 193.07º 0.65% 0.61% -
XYZ 15.83 19.93 34.02 -
YUV 111.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 54 133 155 0.65 0.14 0 0.39 193.07 0.48 0.41
Hex 36 85 9B 41 E 0 27 C1 30 29
Octal 66 205 233 101 16 0 47 301 60 51
Binary 110110 10000101 10011011 1000001 1110 0 100111 11000001 110000 101001

Color Harmonies of #36859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36859B

Black with #36859B

Text Example


Text Example

White with #36859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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