Html Css Color HEX #3C4879 Resolution Blue

📋 copy color: '#3C4879'

red 60 ◦ green 72 ◦ blue 121

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

Shades of Resolution Blue #3C4879

Tints of Resolution Blue #3C4879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 23.72%
G = 28.46%
B = 47.83%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4879 (or 0x3C4879) is known color: Resolution Blue. HEX triplet: 3C, 48 and 79. RGB value is (60,72,121). Sum of RGB (Red+Green+Blue) = 60+72+121=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C4879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4879 is #C3B786. Grayscale: #494949. Windows color (decimal): -12826503 or 7948348. OLE color: 7948348.

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

Color convert

RGB 60 72 121 -
CMYK 0.50 0.40 0 0.53
HSL 228.2º 0.34% 0.35% -
HSV(B) 228.2º 0.5% 0.47% -
XYZ 7.63 6.98 19.03 -
YUV 74 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 60 72 121 0.50 0.40 0 0.53 228.2 0.34 0.35
Hex 3C 48 79 32 28 0 35 E4 22 23
Octal 74 110 171 62 50 0 65 344 42 43
Binary 111100 1001000 1111001 110010 101000 0 110101 11100100 100010 100011

Color Harmonies of #3C4879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4879

Black with #3C4879

Text Example


Text Example

White with #3C4879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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