#3C4377

Color #3C4377 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #3C4377

Tints of Torea Bay #3C4377

Color information

#3C4377 (or 0x3C4377) is unknown color: approx 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

RGB6067119-
CMYK0.500.4400.53
HSL232.88º32.96%35.1%-
HSV(B)232.88º49.58%46.67%-
XYZ7.26.3118.29-
YUV70.83155.18120.27-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60671190.500.4400.53232.8832.9635.1
Hex3C4377322C035e92123
Octal7410316762540653514143
Binary11110010000111110111110010101100011010111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>