#368794

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

Shades of Scooter #368794

Tints of Scooter #368794

Color information

#368794 (or 0x368794) is unknown color: approx Scooter. HEX triplet: 36, 87 and 94. RGB value is (54,135,148). Sum of RGB (Red+Green+Blue) = 54+135+148=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #368794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368794 is #C9786B. Grayscale: #707070. Windows color (decimal): -13203564 or 9733942. OLE color: 9733942.

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

Color convert

RGB54135148-
CMYK0.640.0900.42
HSL188.3º46.53%39.61%-
HSV(B)188.3º63.51%58.04%-
XYZ15.5320.2531.11-
YUV112.26148.1686.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=16.02%
G=40.06%
B=43.92%

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
Decimal541351480.640.0900.42188.346.5339.61
Hex36879440902Abc2f28
Octal66207224100110522745750
Binary110110100001111001010010000001001010101010111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368794; }

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

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

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

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

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

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

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

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