#3D4274

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

Shades of Torea Bay #3D4274

Tints of Torea Bay #3D4274

Color information

#3D4274 (or 0x3D4274) is unknown color: approx Torea Bay. HEX triplet: 3D, 42 and 74. RGB value is (61,66,116). Sum of RGB (Red+Green+Blue) = 61+66+116=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D4274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4274 is #C2BD8B. Grayscale: #464646. Windows color (decimal): -12762508 or 7619133. OLE color: 7619133.

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

Color convert

RGB6166116-
CMYK0.470.4300.55
HSL234.55º31.07%34.71%-
HSV(B)234.55º47.41%45.49%-
XYZ7.036.1517.34-
YUV70.2153.84121.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=25.10%
G=27.16%
B=47.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61661160.470.4300.55234.5531.0734.71
Hex3D42742F2B037eb1f23
Octal7510216457530673533743
Binary1111011000010111010010111110101101101111110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,116); }

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

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

 a { background-color: rgb(61,66,116); }

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

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

 span { border-color: rgb(61,66,116); }

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