#368293

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

Shades of Scooter #368293

Tints of Scooter #368293

Color information

#368293 (or 0x368293) is unknown color: approx Scooter. HEX triplet: 36, 82 and 93. RGB value is (54,130,147). Sum of RGB (Red+Green+Blue) = 54+130+147=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #368293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368293 is #C97D6C. Grayscale: #6D6D6D. Windows color (decimal): -13204845 or 9667126. OLE color: 9667126.

HSL color Cylindrical-coordinate representation of color #368293: hue angle of 190.97º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368293 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54130147-
CMYK0.630.1200.42
HSL190.97º46.27%39.41%-
HSV(B)190.97º63.27%57.65%-
XYZ14.7718.8630.46-
YUV109.21149.3288.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=16.31%
G=39.27%
B=44.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541301470.630.1200.42190.9746.2739.41
Hex3682933FC02Abf2e27
Octal6620222377140522775647
Binary11011010000010100100111111111100010101010111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368293; }

 p { color: rgb(54,130,147); }

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

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

 a { background-color: rgb(54,130,147); }

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

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

 span { border-color: rgb(54,130,147); }

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