Html Css Color HEX #3C4377 Torea Bay

📋 copy color: '#3C4377'

red 60 ◦ green 67 ◦ blue 119

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

Shades of Torea Bay #3C4377

Tints of Torea Bay #3C4377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.37%

R = 24.39%
G = 27.24%
B = 48.37%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4377 (or 0x3C4377) is known color: Torea Bay. HEX triplet: 3C, 43 and 77. RGB value is (60,67,119). Sum of RGB (Red+Green+Blue) = 60+67+119=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4377 is #C3BC88. Grayscale: #464646. Windows color (decimal): -12827785 or 7815996. OLE color: 7815996.

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

Color convert

RGB 60 67 119 -
CMYK 0.50 0.44 0 0.53
HSL 232.88º 0.33% 0.35% -
HSV(B) 232.88º 0.5% 0.47% -
XYZ 7.2 6.31 18.29 -
YUV 70.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 60 67 119 0.50 0.44 0 0.53 232.88 0.33 0.35
Hex 3C 43 77 32 2C 0 35 E9 21 23
Octal 74 103 167 62 54 0 65 351 41 43
Binary 111100 1000011 1110111 110010 101100 0 110101 11101001 100001 100011

Color Harmonies of #3C4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4377

Black with #3C4377

Text Example


Text Example

White with #3C4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,119); }

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

background-color css

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

 a { background-color: rgb(60,67,119); }

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

border-color css

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

 span { border-color: rgb(60,67,119); }

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