Html Css Color HEX #3C4579 Torea Bay

📋 copy color: '#3C4579'

red 60 ◦ green 69 ◦ blue 121

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

Shades of Torea Bay #3C4579

Tints of Torea Bay #3C4579

RGB

 RED value IS 60 (23.83% from 255) = 24%

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 24%
G = 27.6%
B = 48.4%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4579 (or 0x3C4579) is known color: Torea Bay. HEX triplet: 3C, 45 and 79. RGB value is (60,69,121). Sum of RGB (Red+Green+Blue) = 60+69+121=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4579 is #C3BA86. Grayscale: #484848. Windows color (decimal): -12827271 or 7947580. OLE color: 7947580.

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

Color convert

RGB 60 69 121 -
CMYK 0.50 0.43 0 0.53
HSL 231.15º 0.34% 0.35% -
HSV(B) 231.15º 0.5% 0.47% -
XYZ 7.44 6.6 18.97 -
YUV 72.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 60 69 121 0.50 0.43 0 0.53 231.15 0.34 0.35
Hex 3C 45 79 32 2B 0 35 E7 22 23
Octal 74 105 171 62 53 0 65 347 42 43
Binary 111100 1000101 1111001 110010 101011 0 110101 11100111 100010 100011

Color Harmonies of #3C4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4579

Black with #3C4579

Text Example


Text Example

White with #3C4579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,121); }

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

background-color css

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

 a { background-color: rgb(60,69,121); }

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

border-color css

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

 span { border-color: rgb(60,69,121); }

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