#368393

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

Shades of Scooter #368393

Tints of Scooter #368393

Color information

#368393 (or 0x368393) is unknown color: approx Scooter. HEX triplet: 36, 83 and 93. RGB value is (54,131,147). Sum of RGB (Red+Green+Blue) = 54+131+147=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #368393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368393 is #C97C6C. Grayscale: #6D6D6D. Windows color (decimal): -13204589 or 9667382. OLE color: 9667382.

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

Color convert

RGB54131147-
CMYK0.630.1100.42
HSL190.32º46.27%39.41%-
HSV(B)190.32º63.27%57.65%-
XYZ14.919.1230.51-
YUV109.8148.9988.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=16.27%
G=39.46%
B=44.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541311470.630.1100.42190.3246.2739.41
Hex3683933FB02Abe2e27
Octal6620322377130522765647
Binary11011010000011100100111111111011010101010111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368393; }

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

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

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

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

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

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

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

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