#3D4477

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

Shades of Torea Bay #3D4477

Tints of Torea Bay #3D4477

Color information

#3D4477 (or 0x3D4477) is unknown color: approx Torea Bay. HEX triplet: 3D, 44 and 77. RGB value is (61,68,119). Sum of RGB (Red+Green+Blue) = 61+68+119=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4477 is #C2BB88. Grayscale: #474747. Windows color (decimal): -12761993 or 7816253. OLE color: 7816253.

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

Color convert

RGB6168119-
CMYK0.490.4300.53
HSL232.76º32.22%35.29%-
HSV(B)232.76º48.74%46.67%-
XYZ7.326.4618.31-
YUV71.72154.68120.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=24.60%
G=27.42%
B=47.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61681190.490.4300.53232.7632.2235.29
Hex3D4477312B035e92023
Octal7510416761530653514043
Binary11110110001001110111110001101011011010111101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,119); }

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

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

 a { background-color: rgb(61,68,119); }

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

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

 span { border-color: rgb(61,68,119); }

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