Html Css Color HEX #3A467C Resolution Blue

📋 copy color: '#3A467C'

red 58 ◦ green 70 ◦ blue 124

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

Shades of Resolution Blue #3A467C

Tints of Resolution Blue #3A467C

RGB

 RED value IS 58 (23.05% from 255) = 23.02%

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 23.02%
G = 27.78%
B = 49.21%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A467C (or 0x3A467C) is known color: Resolution Blue. HEX triplet: 3A, 46 and 7C. RGB value is (58,70,124). Sum of RGB (Red+Green+Blue) = 58+70+124=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A467C is #C5B983. Grayscale: #484848. Windows color (decimal): -12958084 or 8144442. OLE color: 8144442.

HSL color Cylindrical-coordinate representation of color #3A467C: hue angle of 229.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A467C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 70 124 -
CMYK 0.53 0.44 0 0.51
HSL 229.09º 0.36% 0.36% -
HSV(B) 229.09º 0.53% 0.49% -
XYZ 7.57 6.74 19.97 -
YUV 72.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 58 70 124 0.53 0.44 0 0.51 229.09 0.36 0.36
Hex 3A 46 7C 35 2C 0 33 E5 24 24
Octal 72 106 174 65 54 0 63 345 44 44
Binary 111010 1000110 1111100 110101 101100 0 110011 11100101 100100 100100

Color Harmonies of #3A467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A467C

Black with #3A467C

Text Example


Text Example

White with #3A467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,124); }

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

background-color css

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

 a { background-color: rgb(58,70,124); }

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

border-color css

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

 span { border-color: rgb(58,70,124); }

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