#3F526B

Color #3F526B East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #3F526B

Tints of East Bay #3F526B

Color information

#3F526B (or 0x3F526B) is unknown color: approx East Bay. HEX triplet: 3F, 52 and 6B. RGB value is (63,82,107). Sum of RGB (Red+Green+Blue) = 63+82+107=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F526B is #C0AD94. Grayscale: #4F4F4F. Windows color (decimal): -12627349 or 7033407. OLE color: 7033407.

HSL color Cylindrical-coordinate representation of color #3F526B: hue angle of 214.09º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F526B is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6382107-
CMYK0.410.2300.58
HSL214.09º25.88%33.33%-
HSV(B)214.09º41.12%41.96%-
XYZ7.728.1515.08-
YUV79.17143.71116.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=25%
G=32.54%
B=42.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63821070.410.2300.58214.0925.8833.33
Hex3F526B291703Ad61a21
Octal7712215351270723263241
Binary111111101001011010111010011011101110101101011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,82,107); }

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

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

 a { background-color: rgb(63,82,107); }

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

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

 span { border-color: rgb(63,82,107); }

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