Html Css Color HEX #3D4679 Torea Bay

📋 copy color: '#3D4679'

red 61 ◦ green 70 ◦ blue 121

#3D4679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #3D4679

Tints of Torea Bay #3D4679

RGB

 RED value IS 61 (24.22% from 255) = 24.21%

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 24.21%
G = 27.78%
B = 48.02%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D4679 (or 0x3D4679) is known color: Torea Bay. HEX triplet: 3D, 46 and 79. RGB value is (61,70,121). Sum of RGB (Red+Green+Blue) = 61+70+121=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4679 is #C2B986. Grayscale: #484848. Windows color (decimal): -12761479 or 7947837. OLE color: 7947837.

HSL color Cylindrical-coordinate representation of color #3D4679: hue angle of 231º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4679 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 70 121 -
CMYK 0.50 0.42 0 0.53
HSL 231º 0.33% 0.36% -
HSV(B) 231º 0.5% 0.47% -
XYZ 7.57 6.75 18.99 -
YUV 73.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 61 70 121 0.50 0.42 0 0.53 231 0.33 0.36
Hex 3D 46 79 32 2A 0 35 E7 21 24
Octal 75 106 171 62 52 0 65 347 41 44
Binary 111101 1000110 1111001 110010 101010 0 110101 11100111 100001 100100

Color Harmonies of #3D4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4679

Black with #3D4679

Text Example


Text Example

White with #3D4679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,121); }

 H1.HeaderClassName
 {
   color: #3D4679;
 }
 .AnyTagClassName
 {
   color: #3D4679;
 }
</style>

background-color css

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

 a { background-color: rgb(61,70,121); }

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

border-color css

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

 span { border-color: rgb(61,70,121); }

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