Html Css Color HEX #3F537C Chambray

📋 copy color: '#3F537C'

red 63 ◦ green 83 ◦ blue 124

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

Shades of Chambray #3F537C

Tints of Chambray #3F537C

RGB

 RED value IS 63 (25% from 255) = 23.33%

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 23.33%
G = 30.74%
B = 45.93%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F537C (or 0x3F537C) is known color: Chambray. HEX triplet: 3F, 53 and 7C. RGB value is (63,83,124). Sum of RGB (Red+Green+Blue) = 63+83+124=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F537C is #C0AC83. Grayscale: #515151. Windows color (decimal): -12627076 or 8147775. OLE color: 8147775.

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

Color convert

RGB 63 83 124 -
CMYK 0.49 0.33 0 0.51
HSL 220.33º 0.33% 0.37% -
HSV(B) 220.33º 0.49% 0.49% -
XYZ 8.78 8.7 20.28 -
YUV 81.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 63 83 124 0.49 0.33 0 0.51 220.33 0.33 0.37
Hex 3F 53 7C 31 21 0 33 DC 21 25
Octal 77 123 174 61 41 0 63 334 41 45
Binary 111111 1010011 1111100 110001 100001 0 110011 11011100 100001 100101

Color Harmonies of #3F537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F537C

Black with #3F537C

Text Example


Text Example

White with #3F537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,124); }

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

background-color css

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

 a { background-color: rgb(63,83,124); }

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

border-color css

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

 span { border-color: rgb(63,83,124); }

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