Html Css Color HEX #3B527D Fun Blue

📋 copy color: '#3B527D'

red 59 ◦ green 82 ◦ blue 125

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

Shades of Fun Blue #3B527D

Tints of Fun Blue #3B527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 22.18%
G = 30.83%
B = 46.99%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B527D (or 0x3B527D) is known color: Fun Blue. HEX triplet: 3B, 52 and 7D. RGB value is (59,82,125). Sum of RGB (Red+Green+Blue) = 59+82+125=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B527D is #C4AD82. Grayscale: #4F4F4F. Windows color (decimal): -12889475 or 8213051. OLE color: 8213051.

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

Color convert

RGB 59 82 125 -
CMYK 0.53 0.34 0 0.51
HSL 219.09º 0.36% 0.36% -
HSV(B) 219.09º 0.53% 0.49% -
XYZ 8.52 8.45 20.58 -
YUV 80.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 59 82 125 0.53 0.34 0 0.51 219.09 0.36 0.36
Hex 3B 52 7D 35 22 0 33 DB 24 24
Octal 73 122 175 65 42 0 63 333 44 44
Binary 111011 1010010 1111101 110101 100010 0 110011 11011011 100100 100100

Color Harmonies of #3B527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B527D

Black with #3B527D

Text Example


Text Example

White with #3B527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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