#363D75

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

Shades of Torea Bay #363D75

Tints of Torea Bay #363D75

Color information

#363D75 (or 0x363D75) is unknown color: approx Torea Bay. HEX triplet: 36, 3D and 75. RGB value is (54,61,117). Sum of RGB (Red+Green+Blue) = 54+61+117=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #363D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D75 is #C9C28A. Grayscale: #414141. Windows color (decimal): -13222539 or 7683382. OLE color: 7683382.

HSL color Cylindrical-coordinate representation of color #363D75: hue angle of 233.33º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363D75 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5461117-
CMYK0.540.4800.54
HSL233.33º36.84%33.53%-
HSV(B)233.33º53.85%45.88%-
XYZ6.45.4117.54-
YUV65.29157.18119.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=23.28%
G=26.29%
B=50.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54611170.540.4800.54233.3336.8433.53
Hex363D753630036e92522
Octal667516566600663514542
Binary1101101111011110101110110110000011011011101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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