Html Css Color HEX #3A4076 Torea Bay

📋 copy color: '#3A4076'

red 58 ◦ green 64 ◦ blue 118

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

Shades of Torea Bay #3A4076

Tints of Torea Bay #3A4076

RGB

 RED value IS 58 (23.05% from 255) = 24.17%

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 24.17%
G = 26.67%
B = 49.17%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A4076 (or 0x3A4076) is known color: Torea Bay. HEX triplet: 3A, 40 and 76. RGB value is (58,64,118). Sum of RGB (Red+Green+Blue) = 58+64+118=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4076 is #C5BF89. Grayscale: #444444. Windows color (decimal): -12959626 or 7749690. OLE color: 7749690.

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

Color convert

RGB 58 64 118 -
CMYK 0.51 0.46 0 0.54
HSL 234º 0.34% 0.35% -
HSV(B) 234º 0.51% 0.46% -
XYZ 6.85 5.87 17.91 -
YUV 68.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 58 64 118 0.51 0.46 0 0.54 234 0.34 0.35
Hex 3A 40 76 33 2E 0 36 EA 22 23
Octal 72 100 166 63 56 0 66 352 42 43
Binary 111010 1000000 1110110 110011 101110 0 110110 11101010 100010 100011

Color Harmonies of #3A4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4076

Black with #3A4076

Text Example


Text Example

White with #3A4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,64,118); }

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

background-color css

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

 a { background-color: rgb(58,64,118); }

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

border-color css

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

 span { border-color: rgb(58,64,118); }

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