#3D4376

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

Shades of Torea Bay #3D4376

Tints of Torea Bay #3D4376

Color information

#3D4376 (or 0x3D4376) is unknown color: approx Torea Bay. HEX triplet: 3D, 43 and 76. RGB value is (61,67,118). Sum of RGB (Red+Green+Blue) = 61+67+118=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D4376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4376 is #C2BC89. Grayscale: #464646. Windows color (decimal): -12762250 or 7750461. OLE color: 7750461.

HSL color Cylindrical-coordinate representation of color #3D4376: hue angle of 233.68º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4376 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6167118-
CMYK0.480.4300.54
HSL233.68º31.84%35.1%-
HSV(B)233.68º48.31%46.27%-
XYZ7.26.3117.98-
YUV71.02154.51120.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=24.80%
G=27.24%
B=47.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61671180.480.4300.54233.6831.8435.1
Hex3D4376302B036ea2023
Octal7510316660530663524043
Binary11110110000111110110110000101011011011011101010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,118); }

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

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

 a { background-color: rgb(61,67,118); }

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

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

 span { border-color: rgb(61,67,118); }

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