#363975

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

Shades of Torea Bay #363975

Tints of Torea Bay #363975

Color information

#363975 (or 0x363975) is unknown color: approx Torea Bay. HEX triplet: 36, 39 and 75. RGB value is (54,57,117). Sum of RGB (Red+Green+Blue) = 54+57+117=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #363975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363975 is #C9C68A. Grayscale: #3E3E3E. Windows color (decimal): -13223563 or 7682358. OLE color: 7682358.

HSL color Cylindrical-coordinate representation of color #363975: hue angle of 237.14º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363975 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5457117-
CMYK0.540.5100.54
HSL237.14º36.84%33.53%-
HSV(B)237.14º53.85%45.88%-
XYZ6.24.9917.47-
YUV62.94158.51121.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=23.68%
G=25%
B=51.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54571170.540.5100.54237.1436.8433.53
Hex3639753633036ed2522
Octal667116566630663554542
Binary1101101110011110101110110110011011011011101101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363975; }

 p { color: rgb(54,57,117); }

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

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

 a { background-color: rgb(54,57,117); }

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

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

 span { border-color: rgb(54,57,117); }

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