#363674

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

Shades of Torea Bay #363674

Tints of Torea Bay #363674

Color information

#363674 (or 0x363674) is unknown color: approx Torea Bay. HEX triplet: 36, 36 and 74. RGB value is (54,54,116). Sum of RGB (Red+Green+Blue) = 54+54+116=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #363674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363674 is #C9C98B. Grayscale: #3C3C3C. Windows color (decimal): -13224332 or 7616054. OLE color: 7616054.

HSL color Cylindrical-coordinate representation of color #363674: hue angle of 240º 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 #363674 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5454116-
CMYK0.530.5300.55
HSL240º36.47%33.33%-
HSV(B)240º53.45%45.49%-
XYZ5.994.6817.11-
YUV61.07159122.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=24.11%
G=24.11%
B=51.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54541160.530.5300.5524036.4733.33
Hex3636743535037f02421
Octal666616465650673604441
Binary1101101101101110100110101110101011011111110000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363674; }

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

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

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

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

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

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

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

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