#368797

Color #368797 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #368797

Tints of Scooter #368797

Color information

#368797 (or 0x368797) is unknown color: approx Scooter. HEX triplet: 36, 87 and 97. RGB value is (54,135,151). Sum of RGB (Red+Green+Blue) = 54+135+151=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #368797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368797 is #C97868. Grayscale: #707070. Windows color (decimal): -13203561 or 9930550. OLE color: 9930550.

HSL color Cylindrical-coordinate representation of color #368797: hue angle of 189.9º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368797 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54135151-
CMYK0.640.1100.41
HSL189.9º47.32%40.2%-
HSV(B)189.9º64.24%59.22%-
XYZ15.7720.3532.37-
YUV112.6149.6686.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.88%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 151 (59.38% from 255) = 44.41%
R=15.88%
G=39.71%
B=44.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541351510.640.1100.41189.947.3240.2
Hex36879740B029be2f28
Octal66207227100130512765750
Binary110110100001111001011110000001011010100110111110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368797; }

 p { color: rgb(54,135,151); }

 H1.HeaderClassName
 {
   color: #368797;
 }
 .AnyTagClassName
 {
   color: #368797;
 }
</style>
background-color css

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

 a { background-color: rgb(54,135,151); }

 div.DivClassName
 {
   background-color: #368797;
 }
 .BgClassName
 {
   background-color: #368797;
 }
</style>
border-color css

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

 span { border-color: rgb(54,135,151); }

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