#368894

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

Shades of Scooter #368894

Tints of Scooter #368894

Color information

#368894 (or 0x368894) is unknown color: approx Scooter. HEX triplet: 36, 88 and 94. RGB value is (54,136,148). Sum of RGB (Red+Green+Blue) = 54+136+148=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #368894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368894 is #C9776B. Grayscale: #707070. Windows color (decimal): -13203308 or 9734198. OLE color: 9734198.

HSL color Cylindrical-coordinate representation of color #368894: hue angle of 187.66º 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 #368894 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54136148-
CMYK0.640.0800.42
HSL187.66º46.53%39.61%-
HSV(B)187.66º63.51%58.04%-
XYZ15.6720.5331.15-
YUV112.85147.8386.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=15.98%
G=40.24%
B=43.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541361480.640.0800.42187.6646.5339.61
Hex36889440802Abc2f28
Octal66210224100100522745750
Binary110110100010001001010010000001000010101010111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368894; }

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

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

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

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

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

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

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

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