#363874

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

Shades of Torea Bay #363874

Tints of Torea Bay #363874

Color information

#363874 (or 0x363874) is unknown color: approx Torea Bay. HEX triplet: 36, 38 and 74. RGB value is (54,56,116). Sum of RGB (Red+Green+Blue) = 54+56+116=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #363874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363874 is #C9C78B. Grayscale: #3D3D3D. Windows color (decimal): -13223820 or 7616566. OLE color: 7616566.

HSL color Cylindrical-coordinate representation of color #363874: hue angle of 238.06º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363874 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5456116-
CMYK0.530.5200.55
HSL238.06º36.47%33.33%-
HSV(B)238.06º53.45%45.49%-
XYZ6.094.8717.14-
YUV62.24158.34122.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=23.89%
G=24.78%
B=51.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54561160.530.5200.55238.0636.4733.33
Hex3638743534037ee2421
Octal667016465640673564441
Binary1101101110001110100110101110100011011111101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363874; }

 p { color: rgb(54,56,116); }

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

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

 a { background-color: rgb(54,56,116); }

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

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

 span { border-color: rgb(54,56,116); }

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