#368895

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

Shades of Scooter #368895

Tints of Scooter #368895

Color information

#368895 (or 0x368895) is unknown color: approx Scooter. HEX triplet: 36, 88 and 95. RGB value is (54,136,149). Sum of RGB (Red+Green+Blue) = 54+136+149=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #368895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368895 is #C9776A. Grayscale: #707070. Windows color (decimal): -13203307 or 9799734. OLE color: 9799734.

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

Color convert

RGB54136149-
CMYK0.640.0900.42
HSL188.21º46.8%39.8%-
HSV(B)188.21º63.76%58.43%-
XYZ15.7520.5631.57-
YUV112.96148.3385.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.93%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=15.93%
G=40.12%
B=43.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541361490.640.0900.42188.2146.839.8
Hex36889540902Abc2f28
Octal66210225100110522745750
Binary110110100010001001010110000001001010101010111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368895; }

 p { color: rgb(54,136,149); }

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

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

 a { background-color: rgb(54,136,149); }

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

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

 span { border-color: rgb(54,136,149); }

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