Html Css Color HEX #3C4679 Torea Bay

📋 copy color: '#3C4679'

red 60 ◦ green 70 ◦ blue 121

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

Shades of Torea Bay #3C4679

Tints of Torea Bay #3C4679

RGB

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

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

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

R = 23.9%
G = 27.89%
B = 48.21%

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

#3C4679 (or 0x3C4679) is known color: Torea Bay. HEX triplet: 3C, 46 and 79. RGB value is (60,70,121). Sum of RGB (Red+Green+Blue) = 60+70+121=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C4679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4679 is #C3B986. Grayscale: #484848. Windows color (decimal): -12827015 or 7947836. OLE color: 7947836.

HSL color Cylindrical-coordinate representation of color #3C4679: hue angle of 230.16º 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 #3C4679 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 70 121 -
CMYK 0.50 0.42 0 0.53
HSL 230.16º 0.34% 0.35% -
HSV(B) 230.16º 0.5% 0.47% -
XYZ 7.5 6.72 18.99 -
YUV 72.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 60 70 121 0.50 0.42 0 0.53 230.16 0.34 0.35
Hex 3C 46 79 32 2A 0 35 E6 22 23
Octal 74 106 171 62 52 0 65 346 42 43
Binary 111100 1000110 1111001 110010 101010 0 110101 11100110 100010 100011

Color Harmonies of #3C4679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4679

Black with #3C4679

Text Example


Text Example

White with #3C4679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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