Html Css Color HEX #3C4363 Bay Of Many

📋 copy color: '#3C4363'

red 60 ◦ green 67 ◦ blue 99

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

Shades of Bay Of Many #3C4363

Tints of Bay Of Many #3C4363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 26.55%
G = 29.65%
B = 43.81%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C4363 (or 0x3C4363) is known color: Bay Of Many. HEX triplet: 3C, 43 and 63. RGB value is (60,67,99). Sum of RGB (Red+Green+Blue) = 60+67+99=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4363 is #C3BC9C. Grayscale: #444444. Windows color (decimal): -12827805 or 6505276. OLE color: 6505276.

HSL color Cylindrical-coordinate representation of color #3C4363: hue angle of 229.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4363 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 67 99 -
CMYK 0.39 0.32 0 0.61
HSL 229.23º 0.25% 0.31% -
HSV(B) 229.23º 0.39% 0.39% -
XYZ 6.12 5.88 12.62 -
YUV 68.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 60 67 99 0.39 0.32 0 0.61 229.23 0.25 0.31
Hex 3C 43 63 27 20 0 3D E5 19 1F
Octal 74 103 143 47 40 0 75 345 31 37
Binary 111100 1000011 1100011 100111 100000 0 111101 11100101 11001 11111

Color Harmonies of #3C4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4363

Black with #3C4363

Text Example


Text Example

White with #3C4363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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