Html Css Color HEX #3B547E Fun Blue

📋 copy color: '#3B547E'

red 59 ◦ green 84 ◦ blue 126

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

Shades of Fun Blue #3B547E

Tints of Fun Blue #3B547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 21.93%
G = 31.23%
B = 46.84%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B547E (or 0x3B547E) is known color: Fun Blue. HEX triplet: 3B, 54 and 7E. RGB value is (59,84,126). Sum of RGB (Red+Green+Blue) = 59+84+126=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547E is #C4AB81. Grayscale: #515151. Windows color (decimal): -12888962 or 8279099. OLE color: 8279099.

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

Color convert

RGB 59 84 126 -
CMYK 0.53 0.33 0 0.51
HSL 217.61º 0.36% 0.36% -
HSV(B) 217.61º 0.53% 0.49% -
XYZ 8.74 8.78 20.97 -
YUV 81.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 59 84 126 0.53 0.33 0 0.51 217.61 0.36 0.36
Hex 3B 54 7E 35 21 0 33 DA 24 24
Octal 73 124 176 65 41 0 63 332 44 44
Binary 111011 1010100 1111110 110101 100001 0 110011 11011010 100100 100100

Color Harmonies of #3B547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B547E

Black with #3B547E

Text Example


Text Example

White with #3B547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,126); }

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

background-color css

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

 a { background-color: rgb(59,84,126); }

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

border-color css

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

 span { border-color: rgb(59,84,126); }

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