Html Css Color HEX #3B547D Fun Blue

📋 copy color: '#3B547D'

red 59 ◦ green 84 ◦ blue 125

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

Shades of Fun Blue #3B547D

Tints of Fun Blue #3B547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.64%

R = 22.01%
G = 31.34%
B = 46.64%

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

#3B547D (or 0x3B547D) is known color: Fun Blue. HEX triplet: 3B, 54 and 7D. RGB value is (59,84,125). Sum of RGB (Red+Green+Blue) = 59+84+125=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547D is #C4AB82. Grayscale: #515151. Windows color (decimal): -12888963 or 8213563. OLE color: 8213563.

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

Color convert

RGB 59 84 125 -
CMYK 0.53 0.33 0 0.51
HSL 217.27º 0.36% 0.36% -
HSV(B) 217.27º 0.53% 0.49% -
XYZ 8.68 8.75 20.63 -
YUV 81.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 59 84 125 0.53 0.33 0 0.51 217.27 0.36 0.36
Hex 3B 54 7D 35 21 0 33 D9 24 24
Octal 73 124 175 65 41 0 63 331 44 44
Binary 111011 1010100 1111101 110101 100001 0 110011 11011001 100100 100100

Color Harmonies of #3B547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B547D

Black with #3B547D

Text Example


Text Example

White with #3B547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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