#368495

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

Shades of Scooter #368495

Tints of Scooter #368495

Color information

#368495 (or 0x368495) is unknown color: approx Scooter. HEX triplet: 36, 84 and 95. RGB value is (54,132,149). Sum of RGB (Red+Green+Blue) = 54+132+149=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #368495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368495 is #C97B6A. Grayscale: #6E6E6E. Windows color (decimal): -13204331 or 9798710. OLE color: 9798710.

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

Color convert

RGB54132149-
CMYK0.640.1100.42
HSL190.74º46.8%39.8%-
HSV(B)190.74º63.76%58.43%-
XYZ15.219.4631.39-
YUV110.62149.6687.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=16.12%
G=39.40%
B=44.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541321490.640.1100.42190.7446.839.8
Hex36849540B02Abf2f28
Octal66204225100130522775750
Binary110110100001001001010110000001011010101010111111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368495; }

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

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

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

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

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

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

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

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