Html Css Color HEX #3D4376 Torea Bay

📋 copy color: '#3D4376'

red 61 ◦ green 67 ◦ blue 118

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

Shades of Torea Bay #3D4376

Tints of Torea Bay #3D4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 24.8%
G = 27.24%
B = 47.97%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D4376 (or 0x3D4376) is known color: 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

RGB 61 67 118 -
CMYK 0.48 0.43 0 0.54
HSL 233.68º 0.32% 0.35% -
HSV(B) 233.68º 0.48% 0.46% -
XYZ 7.2 6.31 17.98 -
YUV 71.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 61 67 118 0.48 0.43 0 0.54 233.68 0.32 0.35
Hex 3D 43 76 30 2B 0 36 EA 20 23
Octal 75 103 166 60 53 0 66 352 40 43
Binary 111101 1000011 1110110 110000 101011 0 110110 11101010 100000 100011

Color Harmonies of #3D4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4376

Black with #3D4376

Text Example


Text Example

White with #3D4376

Text Example


Text Example

HTML Codes & Css Web 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>