#3D4375

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

Shades of Torea Bay #3D4375

Tints of Torea Bay #3D4375

Color information

#3D4375 (or 0x3D4375) is unknown color: approx Torea Bay. HEX triplet: 3D, 43 and 75. RGB value is (61,67,117). Sum of RGB (Red+Green+Blue) = 61+67+117=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4375 is #C2BC8A. Grayscale: #464646. Windows color (decimal): -12762251 or 7684925. OLE color: 7684925.

HSL color Cylindrical-coordinate representation of color #3D4375: hue angle of 233.57º degrees, saturation: 0.31, 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 #3D4375 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6167117-
CMYK0.480.4300.54
HSL233.57º31.46%34.9%-
HSV(B)233.57º47.86%45.88%-
XYZ7.146.2917.67-
YUV70.91154.01120.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=24.90%
G=27.35%
B=47.76%

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
Decimal61671170.480.4300.54233.5731.4634.9
Hex3D4375302B036ea1f23
Octal7510316560530663523743
Binary1111011000011111010111000010101101101101110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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