#363D6E

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

Shades of Torea Bay #363D6E

Tints of Torea Bay #363D6E

Color information

#363D6E (or 0x363D6E) is unknown color: approx Torea Bay. HEX triplet: 36, 3D and 6E. RGB value is (54,61,110). Sum of RGB (Red+Green+Blue) = 54+61+110=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #363D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D6E is #C9C291. Grayscale: #404040. Windows color (decimal): -13222546 or 7224630. OLE color: 7224630.

HSL color Cylindrical-coordinate representation of color #363D6E: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363D6E is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5461110-
CMYK0.510.4500.57
HSL232.5º34.15%32.16%-
HSV(B)232.5º50.91%43.14%-
XYZ65.2515.45-
YUV64.49153.68120.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=24%
G=27.11%
B=48.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54611100.510.4500.57232.534.1532.16
Hex363D6E332D039e82220
Octal667515663550713504240
Binary1101101111011101110110011101101011100111101000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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