#363C6F

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

Shades of Torea Bay #363C6F

Tints of Torea Bay #363C6F

Color information

#363C6F (or 0x363C6F) is unknown color: approx Torea Bay. HEX triplet: 36, 3C and 6F. RGB value is (54,60,111). Sum of RGB (Red+Green+Blue) = 54+60+111=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #363C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C6F is #C9C390. Grayscale: #3F3F3F. Windows color (decimal): -13222801 or 7289910. OLE color: 7289910.

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

Color convert

RGB5460111-
CMYK0.510.4600.56
HSL233.68º34.55%32.35%-
HSV(B)233.68º51.35%43.53%-
XYZ6.015.1615.72-
YUV64.02154.51120.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=24%
G=26.67%
B=49.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54601110.510.4600.56233.6834.5532.35
Hex363C6F332E038ea2320
Octal667415763560703524340
Binary1101101111001101111110011101110011100011101010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,111); }

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

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

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

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

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

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

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