#368A95

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

Shades of Scooter #368A95

Tints of Scooter #368A95

Color information

#368A95 (or 0x368A95) is unknown color: approx Scooter. HEX triplet: 36, 8A and 95. RGB value is (54,138,149). Sum of RGB (Red+Green+Blue) = 54+138+149=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #368A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A95 is #C9756A. Grayscale: #727272. Windows color (decimal): -13202795 or 9800246. OLE color: 9800246.

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

Color convert

RGB54138149-
CMYK0.640.0700.42
HSL186.95º46.8%39.8%-
HSV(B)186.95º63.76%58.43%-
XYZ16.0321.1331.67-
YUV114.14147.6785.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=15.84%
G=40.47%
B=43.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541381490.640.0700.42186.9546.839.8
Hex368A9540702Abb2f28
Octal6621222510070522735750
Binary11011010001010100101011000000111010101010111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A95; }

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

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

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

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

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

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

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

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