Html Css Color HEX #3B527E Fun Blue

📋 copy color: '#3B527E'

red 59 ◦ green 82 ◦ blue 126

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

Shades of Fun Blue #3B527E

Tints of Fun Blue #3B527E

RGB

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

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

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

R = 22.1%
G = 30.71%
B = 47.19%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B527E (or 0x3B527E) is known color: Fun Blue. HEX triplet: 3B, 52 and 7E. RGB value is (59,82,126). Sum of RGB (Red+Green+Blue) = 59+82+126=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B527E is #C4AD81. Grayscale: #4F4F4F. Windows color (decimal): -12889474 or 8278587. OLE color: 8278587.

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

Color convert

RGB 59 82 126 -
CMYK 0.53 0.35 0 0.51
HSL 219.4º 0.36% 0.36% -
HSV(B) 219.4º 0.53% 0.49% -
XYZ 8.59 8.47 20.92 -
YUV 80.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 59 82 126 0.53 0.35 0 0.51 219.4 0.36 0.36
Hex 3B 52 7E 35 23 0 33 DB 24 24
Octal 73 122 176 65 43 0 63 333 44 44
Binary 111011 1010010 1111110 110101 100011 0 110011 11011011 100100 100100

Color Harmonies of #3B527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B527E

Black with #3B527E

Text Example


Text Example

White with #3B527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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