#3E527D

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

Shades of Chambray #3E527D

Tints of Chambray #3E527D

Color information

#3E527D (or 0x3E527D) is unknown color: approx Chambray. HEX triplet: 3E, 52 and 7D. RGB value is (62,82,125). Sum of RGB (Red+Green+Blue) = 62+82+125=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E527D is #C1AD82. Grayscale: #505050. Windows color (decimal): -12692867 or 8213054. OLE color: 8213054.

HSL color Cylindrical-coordinate representation of color #3E527D: hue angle of 220.95º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E527D is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6282125-
CMYK0.500.3400.51
HSL220.95º33.69%36.67%-
HSV(B)220.95º50.4%49.02%-
XYZ8.718.5420.59-
YUV80.92152.87114.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=23.05%
G=30.48%
B=46.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62821250.500.3400.51220.9533.6936.67
Hex3E527D3222033dd2225
Octal7612217562420633354245
Binary11111010100101111101110010100010011001111011101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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