#3A447C

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

Shades of Torea Bay #3A447C

Tints of Torea Bay #3A447C

Color information

#3A447C (or 0x3A447C) is unknown color: approx Torea Bay. HEX triplet: 3A, 44 and 7C. RGB value is (58,68,124). Sum of RGB (Red+Green+Blue) = 58+68+124=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A447C is #C5BB83. Grayscale: #474747. Windows color (decimal): -12958596 or 8143930. OLE color: 8143930.

HSL color Cylindrical-coordinate representation of color #3A447C: hue angle of 230.91º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A447C is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5868124-
CMYK0.530.4500.51
HSL230.91º36.26%35.69%-
HSV(B)230.91º53.23%48.63%-
XYZ7.456.4919.93-
YUV71.39157.69118.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=23.2%
G=27.2%
B=49.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58681240.530.4500.51230.9136.2635.69
Hex3A447C352D033e72424
Octal7210417465550633474444
Binary11101010001001111100110101101101011001111100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A447C; }

 p { color: rgb(58,68,124); }

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

<style>
 a { background-color: #3A447C; }

 a { background-color: rgb(58,68,124); }

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

<style>
 span { border-color: #3A447C; }

 span { border-color: rgb(58,68,124); }

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