#368198

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

Shades of Scooter #368198

Tints of Scooter #368198

Color information

#368198 (or 0x368198) is unknown color: approx Scooter. HEX triplet: 36, 81 and 98. RGB value is (54,129,152). Sum of RGB (Red+Green+Blue) = 54+129+152=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #368198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368198 is #C97E67. Grayscale: #6D6D6D. Windows color (decimal): -13205096 or 9994550. OLE color: 9994550.

HSL color Cylindrical-coordinate representation of color #368198: hue angle of 194.08º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368198 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54129152-
CMYK0.640.1500.40
HSL194.08º47.57%40.39%-
HSV(B)194.08º64.47%59.61%-
XYZ15.0418.7532.53-
YUV109.2152.1588.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=16.12%
G=38.51%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541291520.640.1500.40194.0847.5740.39
Hex36819840F028c23028
Octal66201230100170503026050
Binary110110100000011001100010000001111010100011000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368198; }

 p { color: rgb(54,129,152); }

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

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

 a { background-color: rgb(54,129,152); }

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

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

 span { border-color: rgb(54,129,152); }

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