Html Css Color HEX #3C4173 Torea Bay

📋 copy color: '#3C4173'

red 60 ◦ green 65 ◦ blue 115

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

Shades of Torea Bay #3C4173

Tints of Torea Bay #3C4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 25%
G = 27.08%
B = 47.92%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C4173 (or 0x3C4173) is known color: Torea Bay. HEX triplet: 3C, 41 and 73. RGB value is (60,65,115). Sum of RGB (Red+Green+Blue) = 60+65+115=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4173 is #C3BE8C. Grayscale: #454545. Windows color (decimal): -12828301 or 7553340. OLE color: 7553340.

HSL color Cylindrical-coordinate representation of color #3C4173: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C4173 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 65 115 -
CMYK 0.48 0.43 0 0.55
HSL 234.55º 0.31% 0.34% -
HSV(B) 234.55º 0.48% 0.45% -
XYZ 6.85 5.98 17.01 -
YUV 69.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 60 65 115 0.48 0.43 0 0.55 234.55 0.31 0.34
Hex 3C 41 73 30 2B 0 37 EB 1F 22
Octal 74 101 163 60 53 0 67 353 37 42
Binary 111100 1000001 1110011 110000 101011 0 110111 11101011 11111 100010

Color Harmonies of #3C4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4173

Black with #3C4173

Text Example


Text Example

White with #3C4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,115); }

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

background-color css

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

 a { background-color: rgb(60,65,115); }

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

border-color css

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

 span { border-color: rgb(60,65,115); }

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