#363D70

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

Shades of Torea Bay #363D70

Tints of Torea Bay #363D70

Color information

#363D70 (or 0x363D70) is unknown color: approx Torea Bay. HEX triplet: 36, 3D and 70. RGB value is (54,61,112). Sum of RGB (Red+Green+Blue) = 54+61+112=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #363D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D70 is #C9C28F. Grayscale: #404040. Windows color (decimal): -13222544 or 7355702. OLE color: 7355702.

HSL color Cylindrical-coordinate representation of color #363D70: hue angle of 232.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363D70 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5461112-
CMYK0.520.4600.56
HSL232.76º34.94%32.55%-
HSV(B)232.76º51.79%43.92%-
XYZ6.115.2916.03-
YUV64.72154.68120.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=23.79%
G=26.87%
B=49.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54611120.520.4600.56232.7634.9432.55
Hex363D70342E038e92321
Octal667516064560703514341
Binary1101101111011110000110100101110011100011101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363D70; }

 p { color: rgb(54,61,112); }

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

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

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

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

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

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

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