#368DA4

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

Shades of Scooter #368DA4

Tints of Scooter #368DA4

Color information

#368DA4 (or 0x368DA4) is unknown color: approx Scooter. HEX triplet: 36, 8D and A4. RGB value is (54,141,164). Sum of RGB (Red+Green+Blue) = 54+141+164=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #368DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368DA4 is #C9725B. Grayscale: #757575. Windows color (decimal): -13202012 or 10784054. OLE color: 10784054.

HSL color Cylindrical-coordinate representation of color #368DA4: hue angle of 192.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #368DA4 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54141164-
CMYK0.670.1400.36
HSL192.55º50.46%42.75%-
HSV(B)192.55º67.07%64.31%-
XYZ17.7522.5138.53-
YUV117.61154.1882.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=15.04%
G=39.28%
B=45.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541411640.670.1400.36192.5550.4642.75
Hex368DA443E024c1322b
Octal66215244103160443016253
Binary110110100011011010010010000111110010010011000001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,141,164); }

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

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

 a { background-color: rgb(54,141,164); }

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

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

 span { border-color: rgb(54,141,164); }

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