Html Css Color HEX #36829D Scooter

📋 copy color: '#36829D'

red 54 ◦ green 130 ◦ blue 157

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

Shades of Scooter #36829D

Tints of Scooter #36829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 15.84%
G = 38.12%
B = 46.04%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36829D (or 0x36829D) is known color: Scooter. HEX triplet: 36, 82 and 9D. RGB value is (54,130,157). Sum of RGB (Red+Green+Blue) = 54+130+157=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #36829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36829D is #C97D62. Grayscale: #6E6E6E. Windows color (decimal): -13204835 or 10322486. OLE color: 10322486.

HSL color Cylindrical-coordinate representation of color #36829D: hue angle of 195.73º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36829D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 130 157 -
CMYK 0.66 0.17 0 0.38
HSL 195.73º 0.49% 0.41% -
HSV(B) 195.73º 0.66% 0.62% -
XYZ 15.59 19.18 34.78 -
YUV 110.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 54 130 157 0.66 0.17 0 0.38 195.73 0.49 0.41
Hex 36 82 9D 42 11 0 26 C4 31 29
Octal 66 202 235 102 21 0 46 304 61 51
Binary 110110 10000010 10011101 1000010 10001 0 100110 11000100 110001 101001

Color Harmonies of #36829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36829D

Black with #36829D

Text Example


Text Example

White with #36829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36829D; }

 p { color: rgb(54,130,157); }

 H1.HeaderClassName
 {
   color: #36829D;
 }
 .AnyTagClassName
 {
   color: #36829D;
 }
</style>

background-color css

<style>
 a { background-color: #36829D; }

 a { background-color: rgb(54,130,157); }

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

border-color css

<style>
 span { border-color: #36829D; }

 span { border-color: rgb(54,130,157); }

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