Html Css Color HEX #3B487C Resolution Blue

📋 copy color: '#3B487C'

red 59 ◦ green 72 ◦ blue 124

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

Shades of Resolution Blue #3B487C

Tints of Resolution Blue #3B487C

RGB

 RED value IS 59 (23.44% from 255) = 23.14%

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

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

R = 23.14%
G = 28.24%
B = 48.63%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B487C (or 0x3B487C) is known color: Resolution Blue. HEX triplet: 3B, 48 and 7C. RGB value is (59,72,124). Sum of RGB (Red+Green+Blue) = 59+72+124=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B487C is #C4B783. Grayscale: #494949. Windows color (decimal): -12892036 or 8144955. OLE color: 8144955.

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

Color convert

RGB 59 72 124 -
CMYK 0.52 0.42 0 0.51
HSL 228º 0.36% 0.36% -
HSV(B) 228º 0.52% 0.49% -
XYZ 7.76 7.02 20.01 -
YUV 74.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 59 72 124 0.52 0.42 0 0.51 228 0.36 0.36
Hex 3B 48 7C 34 2A 0 33 E4 24 24
Octal 73 110 174 64 52 0 63 344 44 44
Binary 111011 1001000 1111100 110100 101010 0 110011 11100100 100100 100100

Color Harmonies of #3B487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B487C

Black with #3B487C

Text Example


Text Example

White with #3B487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,124); }

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

background-color css

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

 a { background-color: rgb(59,72,124); }

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

border-color css

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

 span { border-color: rgb(59,72,124); }

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