#3B4278

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

Shades of Torea Bay #3B4278

Tints of Torea Bay #3B4278

Color information

#3B4278 (or 0x3B4278) is unknown color: approx Torea Bay. HEX triplet: 3B, 42 and 78. RGB value is (59,66,120). Sum of RGB (Red+Green+Blue) = 59+66+120=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B4278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4278 is #C4BD87. Grayscale: #454545. Windows color (decimal): -12893576 or 7881275. OLE color: 7881275.

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

Color convert

RGB5966120-
CMYK0.510.4500.53
HSL233.11º34.08%35.1%-
HSV(B)233.11º50.83%47.06%-
XYZ7.146.1818.59-
YUV70.06156.18120.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=24.08%
G=26.94%
B=48.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59661200.510.4500.53233.1134.0835.1
Hex3B4278332D035e92223
Octal7310217063550653514243
Binary11101110000101111000110011101101011010111101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,120); }

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

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

 a { background-color: rgb(59,66,120); }

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

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

 span { border-color: rgb(59,66,120); }

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