#3B507B

Color #3B507B Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #3B507B

Tints of Fun Blue #3B507B

Color information

#3B507B (or 0x3B507B) is unknown color: approx Fun Blue. HEX triplet: 3B, 50 and 7B. RGB value is (59,80,123). Sum of RGB (Red+Green+Blue) = 59+80+123=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B507B is #C4AF84. Grayscale: #4E4E4E. Windows color (decimal): -12889989 or 8081467. OLE color: 8081467.

HSL color Cylindrical-coordinate representation of color #3B507B: hue angle of 220.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B507B is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5980123-
CMYK0.520.3500.52
HSL220.31º35.16%35.69%-
HSV(B)220.31º52.03%48.24%-
XYZ8.258.119.87-
YUV78.62153.04114-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=22.52%
G=30.53%
B=46.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59801230.520.3500.52220.3135.1635.69
Hex3B507B3423034dc2324
Octal7312017364430643344344
Binary11101110100001111011110100100011011010011011100100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,123); }

 H1.HeaderClassName
 {
   color: #3B507B;
 }
 .AnyTagClassName
 {
   color: #3B507B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,80,123); }

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

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

 span { border-color: rgb(59,80,123); }

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