#363F7C

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

Shades of Torea Bay #363F7C

Tints of Torea Bay #363F7C

Color information

#363F7C (or 0x363F7C) is unknown color: approx Torea Bay. HEX triplet: 36, 3F and 7C. RGB value is (54,63,124). Sum of RGB (Red+Green+Blue) = 54+63+124=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #363F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F7C is #C9C083. Grayscale: #434343. Windows color (decimal): -13222020 or 8142646. OLE color: 8142646.

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

Color convert

RGB5463124-
CMYK0.560.4900.51
HSL232.29º39.33%34.9%-
HSV(B)232.29º56.45%48.63%-
XYZ6.945.7919.82-
YUV67.26160.02118.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=22.41%
G=26.14%
B=51.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54631240.560.4900.51232.2939.3334.9
Hex363F7C3831033e82723
Octal667717470610633504743
Binary1101101111111111100111000110001011001111101000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,124); }

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

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

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

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

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

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

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