Html Css Color HEX #3B537E Fun Blue

📋 copy color: '#3B537E'

red 59 ◦ green 83 ◦ blue 126

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

Shades of Fun Blue #3B537E

Tints of Fun Blue #3B537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 22.01%
G = 30.97%
B = 47.01%

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

#3B537E (or 0x3B537E) is known color: Fun Blue. HEX triplet: 3B, 53 and 7E. RGB value is (59,83,126). Sum of RGB (Red+Green+Blue) = 59+83+126=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B537E is #C4AC81. Grayscale: #505050. Windows color (decimal): -12889218 or 8278843. OLE color: 8278843.

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

Color convert

RGB 59 83 126 -
CMYK 0.53 0.34 0 0.51
HSL 218.51º 0.36% 0.36% -
HSV(B) 218.51º 0.53% 0.49% -
XYZ 8.66 8.62 20.95 -
YUV 80.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 59 83 126 0.53 0.34 0 0.51 218.51 0.36 0.36
Hex 3B 53 7E 35 22 0 33 DB 24 24
Octal 73 123 176 65 42 0 63 333 44 44
Binary 111011 1010011 1111110 110101 100010 0 110011 11011011 100100 100100

Color Harmonies of #3B537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B537E

Black with #3B537E

Text Example


Text Example

White with #3B537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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